12345678910111213141516171819 |
- //
- // IndexAllVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/9/17.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface IndexAllVC : UIViewController
- @property (nonatomic, copy) NSString * searchText;
- - (void)getData;
- @end
- NS_ASSUME_NONNULL_END
|