mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			435 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			435 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import "PLVideoView.h"
 | |
| #import "PLManagedAsset.h"
 | |
| 
 | |
| NS_CLASS_AVAILABLE_IOS(5_0)
 | |
| @interface PLPhotoBrowserController : UIViewController <UIActionSheetDelegate>
 | |
| @property (assign, nonatomic) BOOL isCameraApp;
 | |
| @property (readonly, assign, nonatomic) PLVideoView *currentVideoView;
 | |
| - (PLManagedAsset *)currentAsset;
 | |
| - (UINavigationBar *)navigationBar;
 | |
| - (BOOL)isEditingVideo;
 | |
| - (id)_toolbarButtonForIdentifier:(NSString *)identifier;
 | |
| @end
 | 
