1234567891011121314151617181920 |
- //
- // MyTDTopicViewController.h
- // smartRhino
- //
- // Created by tederen on 2019/10/31.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MyTDTopicViewController : BaseViewController
- +(MyTDTopicViewController *)initMyTDTopicViewController;
- @property (copy, nonatomic) FlowAttachmentsModel * sendModel;
- @property (assign, nonatomic) BOOL isReturn;
- @end
- NS_ASSUME_NONNULL_END
|