blob: 3d4ba8818a1142083a7e2eddda0d4c4ffe5277d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// NewPostViewController.h
// Juick
//
// Created by Vitaly Takmazov on 07.11.13.
// Copyright (c) 2013 com.juick. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NewPostViewController : UIViewController
@property (weak, nonatomic) IBOutlet UITextView *textView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *bottomConstraint;
@end
|