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 / notificationcenter / NCWidgetController.inc
Size: Mime:
{ Parsed from NotificationCenter.framework NCWidgetController.h }


{$ifdef TYPES}
type
  NCWidgetControllerPtr = ^NCWidgetController;
{$endif}

{$ifdef CLASSES}

type
  NCWidgetController = objcclass external (NSObject)
  public
    class function widgetController: instancetype; message 'widgetController';
    class function defaultWidgetController: NCWidgetController; message 'defaultWidgetController'; deprecated 'in "Use widgetController instead."';
    procedure setHasContent_forWidgetWithBundleIdentifier (flag: ObjCBOOL; bundleID: NSString); message 'setHasContent:forWidgetWithBundleIdentifier:';
  end;
{$endif}