summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/NewPostViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/NewPostViewController.h')
-rw-r--r--Juick/ViewControllers/NewPostViewController.h1
1 files changed, 1 insertions, 0 deletions
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