123456789101112131415161718192021 |
- //
- // MoveSearchVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/3/27.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "SearchBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MoveSearchVC : SearchBaseVC
- @property (nonatomic,assign) NSInteger ParentId;
- @property (nonatomic,assign) CreateFileFolderType TypeId;
- @property (nonatomic,copy) NSMutableArray *FolderIds;
- @end
- NS_ASSUME_NONNULL_END
|