12345678910111213141516171819 |
- //
- // MyTDTopicBookEditVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/7/21.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MyTDTopicBookEditVC : BaseViewController
- @property (assign, nonatomic) NSInteger ParentId;
- +(MyTDTopicBookEditVC *)initMyTDTopicBookEditVC;
- @end
- NS_ASSUME_NONNULL_END
|