SBUIController.h 217 B

123456789101112
  1. @class SBWallpaperView;
  2. @interface SBUIController : NSObject <UIGestureRecognizerDelegate>
  3. + (instancetype)sharedInstance;
  4. @property (nonatomic, retain) SBWallpaperView *wallpaperView;
  5. - (UIWindow *)window;
  6. @end