diff options
author | Vitaly Takmazov | 2017-12-03 12:55:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-03 12:55:50 +0300 |
commit | 95f73b34319b62df320dcaa43e9c7925dc4868df (patch) | |
tree | a4905d9b7423817528c24a187a26c46e65f0228e /Juick/ViewControllers/MessagesViewController.h | |
parent | dc73ee639bc902b7ef93cfa86630fa4ada758397 (diff) |
Refactor
Diffstat (limited to 'Juick/ViewControllers/MessagesViewController.h')
-rw-r--r-- | Juick/ViewControllers/MessagesViewController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h index 33b86b6..7f5f274 100644 --- a/Juick/ViewControllers/MessagesViewController.h +++ b/Juick/ViewControllers/MessagesViewController.h @@ -12,4 +12,7 @@ @property(nonatomic, strong) NSString *path; @property(nonatomic, strong) NSMutableDictionary *params; - (void) refreshData; + +@property(nonatomic, strong) NSMutableArray *messages; +@property(nonatomic, assign) Boolean dataLoading; @end |