mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-18 08:12:07 +00:00
10 lines
No EOL
289 B
Objective-C
10 lines
No EOL
289 B
Objective-C
NS_CLASS_AVAILABLE_IOS(8_0)
|
|
@interface UIView (CameraUI)
|
|
- (void)cam_setHidden:(BOOL)hidden animated:(BOOL)animated;
|
|
- (void)cam_ensureSubview:(UIView *)view;
|
|
@end
|
|
|
|
NS_CLASS_AVAILABLE_IOS(8_0)
|
|
@interface UIView (PhotoLibrary)
|
|
- (void)pl_setHidden:(BOOL)hidden animated:(BOOL)animated;
|
|
@end |