1234567891011121314151617181920212223242526272829303132333435363738 |
- #import <UIKit/UIKit.h>
- #import <Photos/Photos.h>
- @interface CTAssetsGridViewFooter : UICollectionReusableView
- @property (nonatomic, weak, nullable) UIFont *font UI_APPEARANCE_SELECTOR;
- @property (nonatomic, weak, nullable) UIColor *textColor UI_APPEARANCE_SELECTOR;
- - (void)bind:(nonnull PHFetchResult *)result;
- @end
|