12345678910111213141516171819 |
- //
- // YOUPAILZSessionUserInfoCell.h
- // MSYOUPAI
- //
- // Created by CY on 2022/3/8.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZSessionUserInfoCell : UITableViewCell
- - (void)youpaifreloadWithModel:(NSDictionary *)dict;
- @end
- NS_ASSUME_NONNULL_END
|