mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-06-06 07:23:53 +02:00
18 lines
285 B
Objective-C
18 lines
285 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import "SCISetting.h"
|
|
#import "SCISymbol.h"
|
|
#import "../Utils.h"
|
|
#import "../Tweak.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SCITweakSettings : NSObject
|
|
|
|
+ (NSArray *)sections;
|
|
+ (NSString *)title;
|
|
+ (NSDictionary *)menus;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|