mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 05:13:39 -04:00
12 lines
320 B
Objective-C
12 lines
320 B
Objective-C
#import "PLGLView.h"
|
|
|
|
NS_CLASS_DEPRECATED_IOS(7_0, 7_1)
|
|
@interface PLEffectsGridView : PLGLView
|
|
- (NSUInteger)_cellCount;
|
|
- (NSUInteger)_filterIndexForGridIndex:(NSUInteger)index;
|
|
- (BOOL)isBlackAndWhite;
|
|
- (BOOL)isSquare;
|
|
- (CGRect)rectForFilterIndex:(NSUInteger)index;
|
|
- (CGRect)_squareCropFromRect:(CGRect)rect;
|
|
@end
|