Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
{$packrecords c}
unit DefinedClassesNotificationCenter;
interface
type
NCWidgetController = objcclass external;
NCWidgetListViewController = objcclass external;
NCWidgetSearchViewController = objcclass external;
NCWidgetListViewDelegateProtocol = objcprotocol external name 'NCWidgetListViewDelegate';
NCWidgetProvidingProtocol = objcprotocol external name 'NCWidgetProviding';
NCWidgetSearchViewDelegateProtocol = objcprotocol external name 'NCWidgetSearchViewDelegate';
implementation
end.