123456789101112131415161718192021222324252627282930313233343536 |
- #import <UIKit/UIKit.h>
- #import <Photos/Photos.h>
- @interface CTAssetThumbnailOverlay : UIView
- - (void)bind:(nullable PHAsset *)asset duration:(nullable NSString *)duration;
- - (void)bind:(nullable PHAssetCollection *)assetCollection;
- @end
|