Update index.ts

This commit is contained in:
Ibby Hadeed 2017-05-17 16:33:52 -04:00 committed by GitHub
parent 36be795623
commit 5b82d82d75

View File

@ -72,6 +72,9 @@ export interface FlurryAnalyticsLocation {
horizontalAccuracy?: number;
}
/**
* @hidden
*/
export class FlurryAnalyticsObject {
constructor(private _objectInstance: any) { }