ふぁいる

This commit is contained in:
straight-tamago
2024-01-26 16:32:38 +09:00
parent 46184fa020
commit 7449682883
5 changed files with 49 additions and 15 deletions

View File

@@ -3,13 +3,6 @@
#import "LSApplicationProxy+AltList.h"
#import <objc/runtime.h>
@interface SFAirDropSharingViewControllerTV : UIViewController
-(id)initWithSharingItems:(id)arg1;
-(void)setCompletionHandler:(void (^)(NSError *error))arg1;
@end
UIWindow *alertWindow = NULL;
UIWindow *kw = NULL;
UIViewController *root = NULL;
@@ -402,7 +395,7 @@ void github_fetchLatedVersion(NSString *repo, void (^completionHandler)(NSString
}
void fetchLatestTrollDecryptVersion(void (^completionHandler)(NSString *version)) {
github_fetchLatedVersion(@"donato-fiore/TrollDecrypt", completionHandler);
github_fetchLatedVersion(@"straight-tamago/TrollDecrypt-tvOS", completionHandler);
}
NSString *trollDecryptVersion(void) {