Added iOS TypeScript definitions with some comments to the BCL.

This commit is contained in:
PanayotCankov
2014-04-25 00:04:41 +03:00
parent 8d5db81eec
commit 322591d3ca
3 changed files with 89841 additions and 0 deletions

View File

@@ -149,6 +149,7 @@
<TypeScriptCompile Include="promises\promises.ts" />
<TypeScriptCompile Include="promises\index.ts" />
<TypeScriptCompile Include="net\http.ts" />
<TypeScriptCompile Include="ios7.d.ts" />
<Content Include="_references.ts" />
<TypeScriptCompile Include="Console\console.android.ts">
<DependentUpon>console.d.ts</DependentUpon>

View File

@@ -2,6 +2,7 @@
// iOS specific TypeScript declarations
// TODO: This is temporary, until we have the TS definitions for the native APIs
/*
declare module UIKit {
export class UIResponder {
@@ -127,3 +128,4 @@ declare module CoreLocation {
function CLLocationCoordinate2DMake(latitude: number, longitude: number) : any;
}
*/

89838
ios7.d.ts vendored Normal file
View File

File diff suppressed because it is too large Load Diff