From a5c35479e144eef8bea9f80a10dfeb7a860763f1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 3 Oct 2019 15:16:18 +0300 Subject: Drop PHFComposeBarView --- Juick/Views/MessageInputView.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Juick/Views/MessageInputView.h') diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/MessageInputView.h index 38ce721..c78f498 100644 --- a/Juick/Views/MessageInputView.h +++ b/Juick/Views/MessageInputView.h @@ -8,8 +8,17 @@ #import +@protocol MessageInputDelegate + +-(void) textSent:(NSString *)text; + +@end + @interface MessageInputView : UIVisualEffectView @property (strong, nonatomic) IBOutlet NSLayoutConstraint *bottomConstraint; @property (strong, nonatomic) IBOutlet UITextField *textView; +- (IBAction)sendPressed:(id)sender; + +@property (nonatomic, weak) id delegate; @end -- cgit v1.2.3