123456789101112131415161718 |
- //
- // JXVipDetailCCell.h
- // shiku_im
- //
- // Created by 123 on 2020/5/16.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXMyModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JXVipDetailCCell : UICollectionViewCell
- @property (nonatomic,strong) vipDetailModel *model;
- @end
- NS_ASSUME_NONNULL_END
|