PSBundleController.h 382 B

1234567891011121314
  1. @class PSListController, PSSpecifier;
  2. @interface PSBundleController : NSObject
  3. - (instancetype)initWithParentListController:(PSListController *)listController;
  4. - (instancetype)initWithParentListController:(PSListController *)listController properties:(NSDictionary *)properties;
  5. - (NSArray *)specifiersWithSpecifier:(PSSpecifier *)specifier;
  6. - (void)load;
  7. - (void)unload;
  8. @end