MyMsgVC.h 252 B

1234567891011121314151617181920212223242526
  1. //
  2. // MyMsgVC.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 15/12/17.
  6. // Copyright © 2015年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MyMsgVC : UIViewController
  10. @property(nonatomic, assign) BOOL isNotification;
  11. @end