We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14172ee commit 0b068deCopy full SHA for 0b068de
WebAppWrapper/RootViewController.m
@@ -9,8 +9,8 @@
9
#import "RootViewController.h"
10
#import "RWebViewController.h"
11
12
-NSString * const kWebAppStartLink = @"http://v2ex.com/";
13
-NSString * const kWebAppHost = @"v2ex.com";
+NSString * const kWebAppStartLink = @"http://yourwebapp.com/";
+NSString * const kWebAppHost = @"yourwebapp.com";
14
NSUInteger const kWebAppMaxFailRefreshCount = 3;
15
16
@interface RootViewController () <UIWebViewDelegate, UIAlertViewDelegate>
0 commit comments