//// CCPSysMessage.h// CloudPushSDK//// Created by wuxiang on 15/5/18.// Copyright (c) 2015年 aliyun. All rights reserved.//#import <Foundation/Foundation.h>@interfaceCCPSysMessage:NSObject@propertyUInt8messageType;// 消息类型@propertyNSData*title;// 标题@propertyNSData*body;// 内容@end