Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from EventKit.framework EKRecurrenceEnd.h }
{$ifdef TYPES}
type
EKRecurrenceEndPtr = ^EKRecurrenceEnd;
{$endif}
{$ifdef CLASSES}
type
EKRecurrenceEnd = objcclass external (NSObject, NSCopyingProtocol)
private
public
class function recurrenceEndWithEndDate (endDate: NSDate): id; message 'recurrenceEndWithEndDate:';
class function recurrenceEndWithOccurrenceCount (occurrenceCount: NSUInteger): id; message 'recurrenceEndWithOccurrenceCount:';
function endDate: NSDate; message 'endDate';
function occurrenceCount: NSUInteger; message 'occurrenceCount';
{ Adopted protocols }
function copyWithZone (zone: NSZonePtr): id; message 'copyWithZone:';
end;
{$endif}