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