// // CreateInterLeterVC.h // smartRhino // // Created by taidi on 2019/12/25. // Copyright © 2019 tederen. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface CreateInterLeterVC : BaseViewController +(CreateInterLeterVC *)initCreateInterLeterVC; @property (nonatomic,assign) NSInteger interLeterId; @property (nonatomic,assign) NSInteger replayId; @property (strong,nonatomic) NSMutableArray * replayArray; @property (strong,nonatomic) NSMutableArray * modifyArray; @property (strong,nonatomic) NSMutableArray * replayDataArray; @property (copy, nonatomic) NSString *replayTitle; @property (nonatomic,assign) InterLeterHanderType interLeterHanderType; @property (nonatomic,assign) BOOL isEdit; @property (assign,nonatomic) BOOL isFromOtherPeople; @property (strong, nonatomic) NSMutableArray *shouJianArrTemp; @end NS_ASSUME_NONNULL_END