1234567891011121314151617181920 |
- //
- // XMGXianShiMshaCell.h
- // 振飞商城
- //
- // Created by 123 on 2020/5/16.
- // Copyright © 2020 Vibration Fly. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXMyModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XMGXianShiMshaCell : UICollectionViewCell
- @property (nonatomic,strong) StatusesModel *shaModel;
- @end
- NS_ASSUME_NONNULL_END
|