Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from PubSub.framework PSAuthor.h }
{$ifdef TYPES}
type
PSAuthorPtr = ^PSAuthor;
{$endif}
{$if (MAC_OS_X_VERSION_10_5 <= MAC_OS_X_VERSION_MAX_ALLOWED)}
{$ifdef CLASSES}
type
PSAuthor = objcclass external (NSObject)
private
_internal: id;
public
function name: NSString; message 'name';
function email: NSString; message 'email';
function URL: NSURL; message 'URL';
procedure setPerson(newValue: ABPerson); message 'setPerson:';
function person: ABPerson; message 'person';
end;
{$endif}
{$endif}