| 1234567891011121314151617181920 |
- //
- // BogoPKAudienceCell.h
- // BuguLive
- //
- // Created by 宋晨光 on 2021/5/22.
- // Copyright © 2021 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface BogoPKAudienceCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *imgView;
- @end
- NS_ASSUME_NONNULL_END
|