mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 21:26:05 +00:00
14 lines
288 B
Objective-C
14 lines
288 B
Objective-C
#import "PLManagedAsset.h"
|
|
|
|
@interface PLVideoView : UIView
|
|
|
|
@property (readonly) PLManagedAsset *videoCameraImage;
|
|
|
|
- (BOOL)isPlaying;
|
|
- (BOOL)canEdit;
|
|
- (BOOL)_canAccessVideo;
|
|
- (BOOL)_mediaIsPlayable;
|
|
- (BOOL)_mediaIsVideo;
|
|
- (BOOL)_shouldShowSlalomEditor NS_AVAILABLE_IOS(7_0);
|
|
|
|
@end
|