gluonhq / attach

GNU General Public License v3.0
49 stars 26 forks source link

PushNotifications uses unnecessary additions interface #23

Closed jperedadnr closed 4 years ago

jperedadnr commented 4 years ago

PushNotifications has an extra interface with the NotificationsAdditions category, that adds two methods.

When linking this with Gluon Substrate if fails to find "_OBJC_CLASS_$_PushNotifications" from l_OBJC_$_CATEGORY_PushNotifications_$_NotificationsAdditions.

Having this extra interface seems not necessary at all, as it doesn't really add any value. The methods could be directly added to the interface PushNotifications.

jperedadnr commented 4 years ago

fixed with #26