summaryrefslogtreecommitdiff
path: root/Juick/Model/TokensList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Model/TokensList.h')
-rw-r--r--Juick/Model/TokensList.h14
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