diff --git a/src/coredata.cs b/src/coredata.cs index 517a4523f539..dc4786a2f902 100644 --- a/src/coredata.cs +++ b/src/coredata.cs @@ -1522,17 +1522,12 @@ interface NSPersistentHistoryChangeRequest [BaseType (typeof(NSPersistentStoreResult))] interface NSPersistentHistoryResult { + [NullAllowed] [Export ("result", ArgumentSemantic.Strong)] NSObject Result { get; } [Export ("resultType")] NSPersistentHistoryResultType ResultType { get; } - - [Export ("initWithResultType:andResult:")] - IntPtr Constructor (NSPersistentHistoryResultType type, NSObject result); - - [Export ("initWithSubresults:")] - IntPtr Constructor (NSObject[] subresults); } [Abstract]