diff options
author | Vitaly Takmazov | 2018-04-28 04:45:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-28 04:45:13 +0300 |
commit | 05520b1f723b021bb57972b71cbe13684ab2195b (patch) | |
tree | 5bb39543164001537552e41cdb7e03a797398697 /Juick/ViewControllers/BlogViewController.h | |
parent | f6fed5b2374c7d847c68efccce363f9513aa2efb (diff) |
Blog view
Diffstat (limited to 'Juick/ViewControllers/BlogViewController.h')
-rw-r--r-- | Juick/ViewControllers/BlogViewController.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Juick/ViewControllers/BlogViewController.h b/Juick/ViewControllers/BlogViewController.h new file mode 100644 index 0000000..e428ab5 --- /dev/null +++ b/Juick/ViewControllers/BlogViewController.h @@ -0,0 +1,16 @@ +// +// BlogViewController.h +// Juick +// +// Created by Vitaly Takmazov on 28/04/2018. +// Copyright © 2018 com.juick. All rights reserved. +// + +#import "MessagesViewController.h" +#import "User.h" + +@interface BlogViewController : MessagesViewController + +@property(nonatomic, strong) NSString *uname; + +@end |