diff options
author | Vitaly Takmazov | 2017-12-09 23:47:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-09 23:47:30 +0300 |
commit | a38541e14ecfea8e37c80755fb3b2ef25cd81272 (patch) | |
tree | 3b26f5e4f86a4eb103193535abf7f9b15e0e67e6 /Juick/Views/MessageInputView.h | |
parent | e2ac87809468e9487389e5d22ab9766996898478 (diff) |
working post/reply
Diffstat (limited to 'Juick/Views/MessageInputView.h')
-rw-r--r-- | Juick/Views/MessageInputView.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/MessageInputView.h index 46919b4..cfdcea6 100644 --- a/Juick/Views/MessageInputView.h +++ b/Juick/Views/MessageInputView.h @@ -10,6 +10,4 @@ @interface MessageInputView : UIVisualEffectView @property (weak, nonatomic) IBOutlet UILabel *quoteText; -@property (weak, nonatomic) IBOutlet UIButton *sendButton; -@property (weak, nonatomic) IBOutlet UITextView *textContent; @end |