MyMsgVC.h 164 B

12345678910111213
  1. //消息
  2. #import <UIKit/UIKit.h>
  3. @interface MyMsgVC : UIViewController
  4. /**表明是推送过来的
  5. */
  6. @property (nonatomic, assign) BOOL isNotification;
  7. @end