summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrake Tests/HBMockTitle.h
blob: ee1f87a6232b7ae6dfe0efec9fdc11d2013fe9dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  HBMockTitle.h
//  HandBrake
//
//  Created by Damiano Galassi on 30/05/15.
//
//

#import <Foundation/Foundation.h>
#import "HBTitle.h"

@interface HBMockTitle : HBTitle

@end