SBIconController.h 458 B

123456789101112131415
  1. @class SBDockIconListView, SBIconModel, SBRootIconListView, SBRootFolderController;
  2. @interface SBIconController : NSObject
  3. + (instancetype)sharedInstance;
  4. @property (nonatomic, retain) SBIconModel *model;
  5. @property (nonatomic, retain, readonly) SBRootIconListView *currentRootIconList;
  6. @property (nonatomic, retain, readonly) SBDockIconListView *dockListView;
  7. @property (nonatomic, retain, readonly) SBRootFolderController *_rootFolderController;
  8. @end