added outputType to SOSPicker header

This commit is contained in:
Robert Abeyta
2015-05-18 13:29:12 -07:00
parent ca844db4ec
commit 6c86ffcfd5
+1
View File
@@ -20,5 +20,6 @@
@property (nonatomic, assign) NSInteger width;
@property (nonatomic, assign) NSInteger height;
@property (nonatomic, assign) NSInteger quality;
@property (nonatomic, assign) NSInteger outputType;
@end