Device battery indicators on your Lock Screen
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

25 lines
588B

  1. #import <Preferences/PSListController.h>
  2. #import <Preferences/PSTableCell.h>
  3. #import <Preferences/PSSpecifier.h>
  4. #import <Preferences/PSListItemsController.h>
  5. #import <Foundation/NSUserDefaults.h>
  6. @interface PSListController (kai)
  7. -(void)setFrame:(CGRect)frame;
  8. @end
  9. @interface KAIRootListController : PSListController
  10. @end
  11. @protocol PreferencesTableCustomView
  12. - (id)initWithSpecifier:(id)arg1;
  13. @end
  14. @interface KaiHeaderCell : PSTableCell <PreferencesTableCustomView> {
  15. UIView *bgView;
  16. UILabel *packageNameLabel;
  17. UILabel *developerLabel;
  18. UILabel *versionLabel;
  19. }
  20. @end