// // ClassToExamineVC.h // yunbaolive // // Created by ybRRR on 2020/10/27. // Copyright © 2020 cat. All rights reserved. // #import "YBBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ClassToExamineVC : YBBaseViewController @property (nonatomic, strong)NSString *statusStr; @property(nonatomic,strong)NSString *reasonStr; @end NS_ASSUME_NONNULL_END