| 123456789101112131415161718192021 |
- //
- // BogoSquarrePopCell.h
- // BuguLive
- //
- // Created by 宋晨光 on 2021/8/26.
- // Copyright © 2021 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface BogoSquarrePopCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *titleL;
- @property (weak, nonatomic) IBOutlet UIView *line;
- @end
- NS_ASSUME_NONNULL_END
|