12345678910111213141516171819 |
- //
- // InterMailEditSearchVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/2/26.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "SearchBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface InterMailEditSearchVC : SearchBaseVC
- @property (nonatomic, assign) NSInteger FolderId;
- @property (assign, nonatomic) PageTypeFromShou type;
- @end
- NS_ASSUME_NONNULL_END
|