mirror of
https://github.com/YuzuZensai/iOS-DiscordPresence.git
synced 2026-01-30 20:34:22 +00:00
Code cleanup
This commit is contained in:
@@ -13,16 +13,6 @@
|
||||
@property(nonatomic, retain) NSDictionary *userInfo;
|
||||
@end
|
||||
|
||||
@interface SpringBoard (Tweak)
|
||||
- (void)updateDiscordPresence:(id)arg1 withState:(NSString *)state;
|
||||
- (void)sendRequestToDiscord:(NSString *)accessToken withBundleIdentifier:(NSString *)bundleIdentifier withState:(NSString *)state;
|
||||
- (bool)isSBApplicationAGame:(SBApplication *)arg1;
|
||||
@end
|
||||
|
||||
@interface UIApplication (Tweak)
|
||||
- (void)updateDiscordPresence:(id)arg1 withState:(NSString *)state;
|
||||
@end
|
||||
|
||||
@interface SBApplication (Tweak)
|
||||
@property (nonatomic,readonly) NSString * bundleIdentifier;
|
||||
@property (getter=isSystemApplication,nonatomic,readonly) BOOL systemApplication;
|
||||
|
||||
Reference in New Issue
Block a user