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