Initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
//
|
||||
// PushmassageModel.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 16/3/30.
|
||||
// Copyright © 2016年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface PushmassageModel : NSObject
|
||||
//消息类型
|
||||
|
||||
@property(nonatomic,copy) NSString *massageType;
|
||||
|
||||
//推送消息(body)消息详情
|
||||
|
||||
@property(nonatomic,copy) NSString *massageBody;
|
||||
|
||||
//消息title
|
||||
|
||||
@property(nonatomic,copy) NSString *massageTitle;
|
||||
|
||||
@property(nonatomic,copy) NSString *pushId;
|
||||
|
||||
|
||||
|
||||
@property(nonatomic,copy) NSString *createTime;
|
||||
|
||||
@property(nonatomic,copy) NSString *deviceId;
|
||||
|
||||
@property(nonatomic,copy) NSString *showName;
|
||||
|
||||
@property(nonatomic,copy) NSString *userId;
|
||||
|
||||
|
||||
@property(nonatomic,copy) NSString *url;
|
||||
|
||||
@property(nonatomic,copy) NSString *reportId;
|
||||
|
||||
|
||||
|
||||
@end
|
||||
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// PushmassageModel.m
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 16/3/30.
|
||||
// Copyright © 2016年 imac. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PushmassageModel.h"
|
||||
|
||||
@implementation PushmassageModel
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user