CepheiPrefs — Deprecated
-
The HBListItemsController class in CepheiPrefs was used with previous versions to ensure that the tint color from the previous view controller is retained. As of Cephei 1.4, this is no longer needed, and this class is kept for backwards compatibility purposes.
Declaration
Objective-C
@interface HBListItemsController : PSListItemsController
Swift
class HBListItemsController : PSListItemsController
-
The HBInitialsLinkTableCell class in CepheiPrefs is a shim kept for compatibility reasons. The class is now called
HBLinkTableCell
.Declaration
Objective-C
@interface HBInitialsLinkTableCell : HBLinkTableCell
Swift
class HBInitialsLinkTableCell : HBLinkTableCell