Files
Panayot Cankov 299203901e Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links

Update development workflow

Update package.json and dts-ios

Update the iOS declarations

grunt is now fine
2016-09-26 11:53:39 +03:00

14 lines
335 B
TypeScript

declare class ASIdentifierManager extends NSObject {
static alloc(): ASIdentifierManager; // inherited from NSObject
static new(): ASIdentifierManager; // inherited from NSObject
static sharedManager(): ASIdentifierManager;
/* readonly */ advertisingIdentifier: NSUUID;
/* readonly */ advertisingTrackingEnabled: boolean;
}