summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/NewPostViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-10-15 23:47:11 +0300
committerGravatar Vitaly Takmazov2017-10-15 23:47:11 +0300
commit8ae952ec8df2a713afeaef5960a88888e050c6fc (patch)
treeb7b09deed573336e5d274eed790c30ba57e4a910 /Juick/ViewControllers/NewPostViewController.h
parent6499148cb3f62e20534b62c181125ebeacfa3438 (diff)
WIP
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.h')
-rw-r--r--Juick/ViewControllers/NewPostViewController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/ViewControllers/NewPostViewController.h b/Juick/ViewControllers/NewPostViewController.h
index ceaca49..3d4ba88 100644
--- a/Juick/ViewControllers/NewPostViewController.h
+++ b/Juick/ViewControllers/NewPostViewController.h
@@ -9,5 +9,6 @@
#import <UIKit/UIKit.h>
@interface NewPostViewController : UIViewController
-
+@property (weak, nonatomic) IBOutlet UITextView *textView;
+@property (weak, nonatomic) IBOutlet NSLayoutConstraint *bottomConstraint;
@end