123456789101112131415161718 |
- //
- // YOUPAILPGuardListCell.h
- // livePro
- //
- // Created by leo on 2019/12/24.
- // Copyright © 2019 caiPro. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAITFBaseCell.h"
- #import "YOUPAILPGuardListModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILPGuardListCell : YOUPAITFBaseCell
- -(void)setModel:(YOUPAILPGuardListModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|