nativescript-uber
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "nativescript-uber", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Integration of rides-ios-sdk for Nativescript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
declare module "nativescript-uber" { | ||
import { View } from "ui/core/view"; | ||
export class UberView extends View { | ||
public latitude: number; | ||
public longitude: number; | ||
} | ||
} |
4360
78