12345678910111213141516171819 |
- //
- // NoteDraftVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/8/4.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface NoteDraftVC : BaseViewController
- @property (nonatomic,assign) NSInteger TypeValue;
- +(NoteDraftVC *)initNoteDraftVC;
- @end
- NS_ASSUME_NONNULL_END
|