miroir de
https://github.com/Burrit0z/kai
synchronisé 2025-06-30 22:06:46 +00:00
39 lignes
934 B
Objective-C
39 lignes
934 B
Objective-C
#import <Preferences/PSListController.h>
|
|
#import <Preferences/PSTableCell.h>
|
|
#import <Preferences/PSSpecifier.h>
|
|
#import <Preferences/PSListItemsController.h>
|
|
#import <Foundation/NSUserDefaults.h>
|
|
|
|
@interface PSListController (kai)
|
|
-(void)setFrame:(CGRect)frame;
|
|
@end
|
|
|
|
@interface NSTask : NSObject
|
|
@property(copy) NSArray *arguments;
|
|
@property(copy) NSString *launchPath;
|
|
- (id)init;
|
|
- (void)waitUntilExit;
|
|
- (void)launch;
|
|
@end
|
|
|
|
@interface KAIRootListController : PSListController
|
|
@property (nonatomic, strong) UILabel *titleLabel;
|
|
@property (nonatomic, strong) UIImageView *iconView;
|
|
-(void)followMeOnRedditBurritoz;
|
|
@end
|
|
|
|
@interface Thomz_TwitterCell : PSTableCell
|
|
@end
|
|
|
|
@protocol PreferencesTableCustomView
|
|
- (id)initWithSpecifier:(id)arg1;
|
|
@end
|
|
|
|
@interface KaiHeaderCell : PSTableCell <PreferencesTableCustomView> {
|
|
UIView *bgView;
|
|
UILabel *packageNameLabel;
|
|
UILabel *developerLabel;
|
|
UILabel *versionLabel;
|
|
}
|
|
@end
|