File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
watchOS Example Extension Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ @implementation AppDelegate
19
19
- (BOOL )application : (UIApplication *)application didFinishLaunchingWithOptions : (NSDictionary *)launchOptions
20
20
{
21
21
// Override point for customization after application launch.
22
+ NSLog (@" %@ " , [ESNetworkInfo networkInterfaces ]);
23
+
22
24
return YES ;
23
25
}
24
26
Original file line number Diff line number Diff line change 7
7
//
8
8
9
9
#import " ExtensionDelegate.h"
10
+ #import < ESFramework/ESFramework.h>
10
11
11
12
@implementation ExtensionDelegate
12
13
13
14
- (void )applicationDidFinishLaunching
14
15
{
15
16
// Perform any final initialization of your application.
17
+ NSLog (@" %@ " , [ESNetworkInfo networkInterfaces ]);
16
18
}
17
19
18
20
- (void )applicationDidBecomeActive
You can’t perform that action at this time.
0 commit comments