12345678910111213141516171819 |
- //
- // ChatInfoUserSearchCell.h
- // smartRhino
- //
- // Created by armin on 2019/11/8.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ChatInfoUserSearchCell : UICollectionViewCell
- @property (strong,nonatomic) IBOutlet UIView *cell0SearchBgView;
- @end
- NS_ASSUME_NONNULL_END
|