#import "StoveSDKNativeInterface.h"

#ifndef PushNativeInterface_h
#define PushNativeInterface_h

#if __cplusplus
STOVE_SDK_EXTERNC
{
#endif /* __cplusplus */

    void stove_push_registerPush(const char *token, const char *identifier);
    void stove_push_fetchPushSettings(const char *identifier);
    void stove_push_updatePushSettings(const char *pushSettings, const char *identifier);
    const char *stove_push_version();
#if __cplusplus
}
#endif /* __cplusplus */

#endif /* PushNativeInterface_h */
