Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Soto <[email protected]>
  • Loading branch information
mandel-macaque and dalexsoto authored Jun 30, 2021
1 parent 846abb5 commit 6134d05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/eventkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ interface EKVirtualConferenceDescriptor
{
[Export ("initWithTitle:URLDescriptors:conferenceDetails:")]
[DesignatedInitializer]
IntPtr Constructor ([NullAllowed] string title, EKVirtualConferenceURLDescriptor[] urlDescriptors, [NullAllowed] string conferenceDetails);
IntPtr Constructor ([NullAllowed] string title, EKVirtualConferenceUrlDescriptor[] urlDescriptors, [NullAllowed] string conferenceDetails);

[NullAllowed, Export ("title")]
string Title { get; }
Expand Down Expand Up @@ -710,9 +710,9 @@ interface EKVirtualConferenceRoomTypeDescriptor
}

[Mac (12,0), iOS (15,0), Watch (8,0), MacCatalyst (15,0), NoTV]
[BaseType (typeof (NSObject))]
[BaseType (typeof (NSObject), Name = "EKVirtualConferenceURLDescriptor")]
[DisableDefaultCtor]
interface EKVirtualConferenceURLDescriptor
interface EKVirtualConferenceUrlDescriptor
{
[Export ("initWithTitle:URL:")]
[DesignatedInitializer]
Expand Down

0 comments on commit 6134d05

Please sign in to comment.