12345678910111213141516171819 |
- //
- // JXFriendCell.h
- // share
- //
- // Created by 1 on 2019/3/21.
- // Copyright © 2019年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class JXShareUser;
- @interface JXFriendCell : UITableViewCell
- - (void)setDataWithUser:(JXShareUser *)user;
- @end
|