blob: 9160934e94e07948afc1b406876f9b51d6239cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//
// HBVideo.m
// HandBrake
//
// Created by Damiano Galassi on 12/08/14.
//
//
#import "HBVideo.h"
@implementation HBVideo
- (void)applySettingsFromPreset:(NSDictionary *)preset
{
}
@end
|