git.fiddlerwoaroof.com
ios/trivial_totp/AppDelegate.h
d39a426c
 #import <React/RCTBridgeDelegate.h>
 #import <UIKit/UIKit.h>
 
 @interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
 
 @property (nonatomic, strong) UIWindow *window;
 
 @end