Skip to content

Commit

Permalink
Merge pull request #2365 from spouliot/xcode9-coredata-b4
Browse files Browse the repository at this point in the history
[coredata] Update for beta 4
  • Loading branch information
spouliot authored Jul 25, 2017
2 parents df93bec + 47923f5 commit 8800847
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/coredata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8800847

Please sign in to comment.