@@ -7093,10 +7093,6 @@ declare class NSData extends NSObject implements NSCopying, NSMutableCopying, NS
7093
7093
7094
7094
base64Encoding ( ) : string ;
7095
7095
7096
- static dataWithContentsOfFileCompletion ( path : string , callback : ( p1 : NSData ) => void ) : void ;
7097
-
7098
- writeToFileAtomicallyCompletion ( path : string , atomically : boolean , callback : ( ) => void ) : void ;
7099
-
7100
7096
copyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
7101
7097
7102
7098
mutableCopyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
@@ -9791,10 +9787,6 @@ declare class NSFileHandle extends NSObject implements NSSecureCoding {
9791
9787
9792
9788
closeFile ( ) : void ;
9793
9789
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
-
9798
9790
static readonly supportsSecureCoding : boolean ;
9799
9791
9800
9792
encodeWithCoder ( coder : NSCoder ) : void ;
@@ -11520,10 +11512,6 @@ declare class NSString extends NSObject implements NSCopying, NSMutableCopying,
11520
11512
11521
11513
static localizedUserNotificationStringForKeyArguments ( key : string , arguments$ : NSArray < interop . Object > | Array < interop . Object > | null ) : string ;
11522
11514
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
-
11527
11515
copyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
11528
11516
11529
11517
mutableCopyWithZone ( zone : interop . PointerConvertible ) : interop . Object ;
0 commit comments