diff options
Diffstat (limited to 'macosx/HBVideo+UIAdditions.h')
-rw-r--r-- | macosx/HBVideo+UIAdditions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBVideo+UIAdditions.h b/macosx/HBVideo+UIAdditions.h index 6817b7162..341c633ee 100644 --- a/macosx/HBVideo+UIAdditions.h +++ b/macosx/HBVideo+UIAdditions.h @@ -41,6 +41,7 @@ @end @interface HBPresetsTransformer : NSValueTransformer +- (instancetype)init NS_UNAVAILABLE; - (instancetype)initWithEncoder:(int)encoder NS_DESIGNATED_INITIALIZER; @end |