// // TerminalScreenVC.h // JSJPCoach // // Created by apple on 2017/6/19. // Copyright © 2017年 Danson. All rights reserved. // #import @interface TerminalScreenVC : UIViewController @property(nonatomic, assign) BOOL isNotification; @end