SettingsController.h 294 B

12345678910111213141516
  1. //
  2. // SettingsController.h
  3. // g0blin
  4. //
  5. // Created by Sticktron on 2017-12-30.
  6. // Copyright © 2017 Sticktron. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SettingsController : UIViewController
  10. @property (weak, nonatomic) IBOutlet UISwitch *reinstallBootstrapSwitch;
  11. @end