// // JLWithdrawalRecordViewCell.h // shiku_im // // Created by JayLuo on 2020/1/14. // Copyright © 2020 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JLWithdrawalRecordViewCell : UITableViewCell @property (nonatomic, strong) NSDictionary *dict; @end NS_ASSUME_NONNULL_END