diff options
author | Vitaly Takmazov | 2017-03-27 02:50:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-28 21:28:48 +0300 |
commit | c5888b864756cc38e94f81850f52687cb7dd2c0c (patch) | |
tree | 1a861b1eb1161d133efdc1a35e68a343c2c03889 /Juick/Model/TokensList.h | |
parent | 9fd3a914fee6c22d7d7148ca100df72aa7cfc74e (diff) |
push notifications
Diffstat (limited to 'Juick/Model/TokensList.h')
-rw-r--r-- | Juick/Model/TokensList.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Juick/Model/TokensList.h b/Juick/Model/TokensList.h new file mode 100644 index 0000000..9ed5ab0 --- /dev/null +++ b/Juick/Model/TokensList.h @@ -0,0 +1,14 @@ +// +// TokensList.h +// Juick +// +// Created by Vitaly Takmazov on 27/03/2017. +// Copyright © 2017 com.juick. All rights reserved. +// + +#import <Foundation/Foundation.h> + +@interface TokensList : NSObject +@property NSString *type; +@property NSArray<NSString *> *tokens; +@end |