Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
156B

  1. #include "ZNDarkPrefsAboutListController.h"
  2. @implementation ZNDarkPrefsAboutListController
  3. + (NSString *)hb_specifierPlist {
  4. return @"About";
  5. }
  6. @end