diff options
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 5357af2..04a903a 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -28,4 +28,6 @@ extern NSString * const UserUpdatedNotificationName; @property (strong, nonatomic) NSString *pushedUname; @property (strong, nonatomic) NSNumber *pushedReplyId; +- (void) presentLoginView:(UIViewController *)vc; + @end |