123456789101112131415161718 |
- //
- // ReplayMeSearchVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/1/17.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "SearchBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ReplayMeSearchVC : SearchBaseVC
- @property (nonatomic, assign) BOOL IsReplyMe;
- @end
- NS_ASSUME_NONNULL_END
|