// // MyApprovalPageDetail.h // smartRhino // // Created by tederen on 2019/11/4. // Copyright © 2019 tederen. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface MyApprovalPageDetail : BaseViewController @property (nonatomic, copy) NSString * Stats; @property (nonatomic,assign) MyApprovalPageType pageType; @property (nonatomic, assign) NSInteger indexId; @property (nonatomic, assign) NSInteger TodoId; @property (nonatomic, assign) NSInteger userId; @property (copy, nonatomic) void(^ActionSussBlock)(void); @end NS_ASSUME_NONNULL_END