// // WaringVC.h // LN_School // // Created by EchoShacolee on 2017/8/11. // Copyright © 2017年 Danson. All rights reserved. // #import <UIKit/UIKit.h> @interface WaringVC : UIViewController @property(nonatomic,assign)BOOL isNotification; @end