// // MyMsgVC.h // jiaPeiC // // Created by apple on 15/12/17. // Copyright © 2015年 JCZ. All rights reserved. // #import @interface MyMsgVC : UIViewController @property(nonatomic, assign) BOOL isNotification; @end