12345678910111213141516171819 |
- //
- // SourceGroupSearchVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/1/17.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "SearchBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SourceGroupSearchVC : SearchBaseVC
- @property (copy, nonatomic) FlowAttachmentsModel *sendModel;
- @property (assign, nonatomic) BOOL isReturn;
- @end
- NS_ASSUME_NONNULL_END
|