diff options
author | Vitaly Takmazov | 2017-10-18 01:48:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-18 01:48:34 +0300 |
commit | 2345989ce454342d8ac45077e2cd650d18744066 (patch) | |
tree | a1c529b1dadab49c76b82da80044cc4a80d32ec0 /Juick/AppDelegate.h | |
parent | 07afcd6f36629f30a495f2be47262c75c006712f (diff) |
device registration
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 b5954e1..64cc01a 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -13,4 +13,6 @@ @property (strong, nonatomic) UIWindow *window; +-(void) registerForRemoteNotifications; + @end |