From 925072af5ee9febc3cbefed45505f4857eb88e5e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 10 Dec 2019 11:09:34 +0300 Subject: Cancel button in New post view --- Juick/ViewControllers/NewPostViewController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/ViewControllers/NewPostViewController.h') diff --git a/Juick/ViewControllers/NewPostViewController.h b/Juick/ViewControllers/NewPostViewController.h index 9d1297c..637aa08 100644 --- a/Juick/ViewControllers/NewPostViewController.h +++ b/Juick/ViewControllers/NewPostViewController.h @@ -19,5 +19,6 @@ extern NSString * const ReplyPostedNotificationName; @property (strong, nonatomic) NSString *draft; @property (strong, nonatomic) Message *replyTo; +- (IBAction)cancelPost:(id)sender; @end -- cgit v1.2.3