mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 08:16:47 +00:00
better drm
This commit is contained in:
9
Kai.h
9
Kai.h
@ -3,6 +3,8 @@
|
||||
#include <stdio.h>
|
||||
#import <objc/runtime.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "MobileGestalt.h"
|
||||
#import "NSTask.h"
|
||||
|
||||
#define KAISelf ((CSAdjunctListView *)self) //for use when calling self in KAITarget
|
||||
//#define KAIBatteryStack UHDUEIHGCEBCHYDEICVKEVSAGJKBCXAHJGKVXHAS //lmao
|
||||
@ -22,6 +24,13 @@
|
||||
@interface SBIconController : UIViewController
|
||||
@end
|
||||
|
||||
@interface SBCoverSheetPrimarySlidingViewController : UIViewController
|
||||
@end
|
||||
|
||||
@interface UIDevice (kai)
|
||||
-(id)sf_udidString;
|
||||
-(id)_currentProduct;
|
||||
@end
|
||||
BOOL isUpdating = NO;
|
||||
|
||||
//prefs
|
||||
|
Reference in New Issue
Block a user