mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-04 11:09:49 +00:00
6 lines
134 B
Objective-C
6 lines
134 B
Objective-C
#import "CAMGLView.h"
|
|
|
|
NS_CLASS_AVAILABLE_IOS(8_0)
|
|
@interface CAMEffectsFullsizeView : CAMGLView
|
|
@property NSInteger filterType;
|
|
@end
|