Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / ituneslibrary / ITLibMediaEntity.inc
Size: Mime:
{ Parsed from ITunesLibrary.framework ITLibMediaEntity.h }
{ Created on Sun Mar 8 1:48:57 2015 }


{$ifdef TYPES}
type
  ITLibMediaEntityPtr = ^ITLibMediaEntity;
{$endif}

{$ifdef CLASSES}

type
  ITLibMediaEntity = objcclass external (NSObject)
  private
    _fields: NSMutableDictionary;
    _persistentID: NSNumber;
  public
    function persistentID: NSNumber; message 'persistentID';
    function valueForProperty (property_: NSString): id; message 'valueForProperty:';
    procedure enumerateValuesForProperties_usingBlock (properties: NSSet; block: OpaqueCBlock); message 'enumerateValuesForProperties:usingBlock:';
    procedure enumerateValuesExceptForProperties_usingBlock (properties: NSSet; block: OpaqueCBlock); message 'enumerateValuesExceptForProperties:usingBlock:';
  end;
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
var
  ITLibMediaEntityPropertyPersistentID: NSString; cvar; external;
{$endif}