1234567891011121314151617181920 |
- //
- // SourceGroupVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/5/7.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SourceGroupVC : BaseViewController
- @property (strong, nonatomic) FlowAttachmentsModel *sendModel;
- @property (assign, nonatomic) BOOL isReturn;
- +(SourceGroupVC *)initSourceGroupVC;
- @end
- NS_ASSUME_NONNULL_END
|