UGCKitMenuItemCell.h 250 B

123456789
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <UIKit/UIKit.h>
  3. @interface UGCKitMenuItemCell : UICollectionViewCell
  4. @property (nonatomic, strong) UILabel *label;
  5. - (void)setSelected:(BOOL)selected;
  6. + (NSString *)reuseIdentifier;
  7. @end