@@ -7093,10 +7093,6 @@ declare class NSData extends NSObject implements NSCopying, NSMutableCopying, NS
70937093
70947094 base64Encoding ( ) : string ;
70957095
7096- static dataWithContentsOfFileCompletion ( path : string , callback : ( p1 : NSData ) => void ) : void ;
7097-
7098- writeToFileAtomicallyCompletion ( path : string , atomically : boolean , callback : ( ) => void ) : void ;
7099-
71007096 copyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
71017097
71027098 mutableCopyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
@@ -9791,10 +9787,6 @@ declare class NSFileHandle extends NSObject implements NSSecureCoding {
97919787
97929788 closeFile ( ) : void ;
97939789
9794- appendDataCompletion ( data : NSData , callback : ( p1 : NSError ) => void ) : void ;
9795-
9796- static fileHandleWithDataCompletion ( path : string , data : NSData , callback : ( p1 : NSFileHandle , p2 : NSError ) => void ) : void ;
9797-
97989790 static readonly supportsSecureCoding : boolean ;
97999791
98009792 encodeWithCoder ( coder : NSCoder ) : void ;
@@ -11520,10 +11512,6 @@ declare class NSString extends NSObject implements NSCopying, NSMutableCopying,
1152011512
1152111513 static localizedUserNotificationStringForKeyArguments ( key : string , arguments$ : NSArray < interop . Object > | Array < interop . Object > | null ) : string ;
1152211514
11523- static stringWithContentsOfFileEncodingCompletion ( path : string , enc : number , callback : ( p1 : string , p2 : NSError ) => void ) : void ;
11524-
11525- writeToFileAtomicallyEncodingCompletion ( path : string , atomically : boolean , enc : number , callback : ( p1 : NSError ) => void ) : void ;
11526-
1152711515 copyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
1152811516
1152911517 mutableCopyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
0 commit comments