DDBSettingsController.h 341 B

1234567891011121314151617
  1. //#import <Preferences/PSListController.h>
  2. //
  3. //@interface DDBRootListController : PSListController
  4. //
  5. //@end
  6. //#import "prefs.h"
  7. #import <UIKit/UIKit.h>
  8. #import "TSKViewController.h"
  9. #import "TSKSettingGroup.h"
  10. #import "TSKVibrantImageView.h"
  11. #import "TSKPreviewViewController.h"
  12. @interface DDBSettingsController: TSKViewController
  13. @end