12345678910111213141516171819 |
- //
- // GroupSynopsisUserSearchVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/1/17.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "SearchBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface GroupSynopsisUserSearchVC : SearchBaseVC
- @property (nonatomic, assign) NSInteger type;
- @property (nonatomic, strong) NSArray *dataArray;
- @end
- NS_ASSUME_NONNULL_END
|