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/DiscoverViewController.h | |
parent | dc73ee639bc902b7ef93cfa86630fa4ada758397 (diff) |
Refactor
Diffstat (limited to 'Juick/ViewControllers/DiscoverViewController.h')
-rw-r--r-- | Juick/ViewControllers/DiscoverViewController.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Juick/ViewControllers/DiscoverViewController.h b/Juick/ViewControllers/DiscoverViewController.h new file mode 100644 index 0000000..6bec23d --- /dev/null +++ b/Juick/ViewControllers/DiscoverViewController.h @@ -0,0 +1,14 @@ +// +// DiscoverViewController.h +// Juick +// +// Created by Vitaly Takmazov on 03/12/2017. +// Copyright © 2017 com.juick. All rights reserved. +// + +#import <UIKit/UIKit.h> +#import "MessagesViewController.h" + +@interface DiscoverViewController : MessagesViewController + +@end |