PayControl
PCKeyInfo.h
1 //
2 // PCKeyInfo.h
3 // PayControl
4 //
5 // Created by ООО СэйфТек on 06.10.15.
6 // Copyright © 2015 ООО СэйфТек. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface PCKeyInfo : NSObject
15 
19 @property(nonatomic, strong) NSString *userID;
20 
24 @property(nonatomic, strong) NSString *expirationDate;
25 
29 @property(nonatomic, strong) NSString *name;
30 
34 @property(nonatomic, strong) NSString *keyID;
35 
36 @end
NSString * keyID
Definition: PCKeyInfo.h:34
NSString * userID
Definition: PCKeyInfo.h:19
Definition: PCKeyInfo.h:14
NSString * expirationDate
Definition: PCKeyInfo.h:24
NSString * name
Definition: PCKeyInfo.h:29