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