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