BTUIKCollectionReusableView.h 144 B

1234567
  1. #import <UIKit/UIKit.h>
  2. @interface BTUIKCollectionReusableView : UICollectionReusableView
  3. @property (nonatomic, strong) UILabel* label;
  4. @end