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