mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
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:
26010
android17.d.ts
vendored
26010
android17.d.ts
vendored
File diff suppressed because it is too large
Load Diff
1
declarations.ios.d.ts
vendored
1
declarations.ios.d.ts
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user