summaryrefslogtreecommitdiffstats
path: root/macosx/HBViewValidation.h
blob: 779208cd49d4c7b96d688fe604804559b4ae29c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  HBViewValidation.h
//  HandBrake
//
//  Created by Damiano Galassi on 07/08/14.
//
//

#import <Foundation/Foundation.h>

@protocol HBViewValidation <NSObject>

- (void)setUIEnabled:(BOOL)flag;

@end