Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// CheckAlarmMessageResult.h
|
||||
// Yoosee
|
||||
//
|
||||
// Created by guojunyi on 14-6-17.
|
||||
// Copyright (c) 2014年 guojunyi. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface CheckAlarmMessageResult : NSObject
|
||||
@property (nonatomic) BOOL isNewAlarmMessage;
|
||||
@property (nonatomic) int error_code;
|
||||
@end
|
||||
Reference in New Issue
Block a user