SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Expose -[SKYNotification subscriptionID] #42

Closed cheungpat closed 8 years ago

cheungpat commented 8 years ago

The subscription ID is stored in a SKYNotification but it is only exposed via a private header. This commit exposes the property in public header.

connects skygeario/skygear-SDK-iOS#41