mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-16 17:36:21 +00:00
12 lines
435 B
Objective-C
12 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
|