// // JXSelectFriendBottomViewCell.h // shiku_im // // Created by JayLuo on 2020/4/1. // Copyright © 2020 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JXSelectFriendBottomViewCell : UICollectionViewCell @property (strong, nonatomic) NSString *icon; @property (strong, nonatomic) NSString *icon2; @end NS_ASSUME_NONNULL_END