summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index aa3a48b..5aff686 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -125,4 +125,8 @@
self.pushedUname = userInfo[@"uname"];
}
++(AppDelegate *) shared {
+ return (AppDelegate *)[UIApplication sharedApplication].delegate;
+}
+
@end