Skip to content

Commit

Permalink
[Intents] Implement feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Aug 15, 2017
1 parent 9ef4ad0 commit 6c6dadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/intents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2061,8 +2061,8 @@ interface INDateComponentsRange : NSCopying, NSSecureCoding {

[Watch (4,0), Mac (10,13, onlyOn64:true), iOS (11,0)]
[Export ("EKRecurrenceRule")]
[return: NullAllowed]
EKRecurrenceRule GetEKRecurrenceRule ();
[NullAllowed]
EKRecurrenceRule EKRecurrenceRule { get; }
}

[Introduced (PlatformName.iOS, 10, 0)]
Expand Down

0 comments on commit 6c6dadd

Please sign in to comment.