Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
//  error.h
//  MPS
//
//  Created by Roberto on 15/12/09.
//  Copyright 2009 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>


@interface Error : NSObject {
	NSString *code;
	NSString *description;
	NSString *message;
	NSString *userMessage;
}

@property (nonatomic, retain) NSString *code;
@property (nonatomic, retain) NSString *description;
@property (nonatomic, retain) NSString *message;
@property (nonatomic, retain) NSString *userMessage;

@end

Commits for Nextrek/iOS/PocketVision/PocketVision/Shared/DataModel/Error.h

Diff revisions: vs.
Revision Author Commited Message
62 FAquili picture FAquili Sat 18 Jan, 2014 16:39:26 +0000

PocketVision 1.0