YOUPAILPGuardListCell.h 377 B

123456789101112131415161718
  1. //
  2. // YOUPAILPGuardListCell.h
  3. // livePro
  4. //
  5. // Created by leo on 2019/12/24.
  6. // Copyright © 2019 caiPro. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAITFBaseCell.h"
  10. #import "YOUPAILPGuardListModel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAILPGuardListCell : YOUPAITFBaseCell
  13. -(void)setModel:(YOUPAILPGuardListModel *)model;
  14. @end
  15. NS_ASSUME_NONNULL_END