declare namespace ObjC{ namespace classes{ export class NSTextAttachment extends NSObject{ initWithData_ofType_(contentData:NSData|NativePointer,uti:NSString|NativePointer):NSTextAttachment; fileWrapper():NativePointer; setFileWrapper_(fileWrapper:NativePointer|NativePointer):any; } } }