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