mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:04 -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
 | 
