mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			414 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			414 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "_PLManagedAsset.h"
 | |
| 
 | |
| @interface PLManagedAsset : _PLManagedAsset
 | |
| @property (readonly, nonatomic) NSString *pathForImageFile;
 | |
| @property (readonly, nonatomic) NSString *pathForOriginalFile;
 | |
| @property (readonly, nonatomic) NSString *pathForAdjustmentFile;
 | |
| @property short kindSubtype;
 | |
| @property short savedAssetType;
 | |
| @property BOOL hasAdjustments;
 | |
| - (BOOL)isMogul NS_AVAILABLE_IOS(7_0);
 | |
| - (BOOL)isVideo;
 | |
| @end
 | 
