12345678910111213141516171819202122232425262728293031323334353637 |
- #import <UIKit/UIKit.h>
- @interface CTAssetsPageView : UIView
- @property (nonatomic, strong, nullable) UIColor *pageBackgroundColor UI_APPEARANCE_SELECTOR;
- @property (nonatomic, strong, nullable) UIColor *fullscreenBackgroundColor UI_APPEARANCE_SELECTOR;
- - (void)enterFullscreen;
- - (void)exitFullscreen;
- @end
|