UNPKG

@groupsosimple/nativescript-pubnub

Version:

This is a Nativescript plugin wraper for the PubNub SDK. It has implementations for both Android and iOS SDKs.

9 lines (8 loc) 284 B
import { PubNubNS } from './pubnub.ios'; /** * Since the Objective C PubNub SDK classes * have the same name as ours, we need to rename after the implementation. * The implementation is located at the pubnub.ios.ts file */ export declare class PubNub extends PubNubNS { }