Added fields for the properties generated by the bridge for properties that have both getters and setters and setters have suitable types that would be assignable from the getter.

This commit is contained in:
PanayotCankov
2014-04-07 18:36:03 +03:00
parent 1ea6203600
commit e28ae079a1
2 changed files with 13581 additions and 12430 deletions

26010
android17.d.ts vendored

File diff suppressed because it is too large Load Diff

View File

@ -63,6 +63,7 @@ declare module Foundation {
static initWithString(s: string): NSString;
static initWithDataEncoding(data: any, encoding: any): any;
stringByDeletingLastPathComponent(): string;
dataUsingEncoding(encoding: number): any;
}
export class NSURLSessionConfiguration {