DefinedClassesNotificationCenter.pas 550 B

1234567891011121314151617
  1. {$mode delphi}
  2. {$modeswitch objectivec1}
  3. {$modeswitch cvar}
  4. unit DefinedClassesNotificationCenter;
  5. interface
  6. type
  7. NCWidgetController = objcclass external;
  8. NCWidgetListViewController = objcclass external;
  9. NCWidgetSearchViewController = objcclass external;
  10. NCWidgetListViewDelegateProtocol = objcprotocol external name 'NCWidgetListViewDelegate';
  11. NCWidgetProvidingProtocol = objcprotocol external name 'NCWidgetProviding';
  12. NCWidgetSearchViewDelegateProtocol = objcprotocol external name 'NCWidgetSearchViewDelegate';
  13. implementation
  14. end.