12345678910111213141516171819 |
- //
- // JXXinRenLookCell.h
- // shiku_im
- //
- // Created by 123 on 2020/5/25.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXXinRenLookCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- @property (nonatomic,strong) NSDictionary *dictData;
- @end
- NS_ASSUME_NONNULL_END
|