// // FindPhotoOrVideoHeaderView.h // smartRhino // // Created by armin on 2019/11/8. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface FindPhotoOrVideoHeaderView : UICollectionReusableView @property (strong,nonatomic) IBOutlet UILabel *cell0SectionTitleLabel; @end NS_ASSUME_NONNULL_END