re-init amplify

This commit is contained in:
heyethereum
2024-07-07 20:21:32 +08:00
parent 47d1867cab
commit 9d7fe48e98
77 changed files with 5040 additions and 349 deletions

10
ios/SafeQR/main.m Normal file
View File

@@ -0,0 +1,10 @@
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}