Skip to content

Commit 59d4f19

Browse files
committed
Using proper class names for example view controllers
1 parent 4e990fb commit 59d4f19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Example Apps/ExampleApp-iOS/ExampleUIWebViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ExampleAppViewController.h
2+
// ExampleUIWebViewController.h
33
// ExampleApp-iOS
44
//
55
// Created by Marcus Westin on 1/13/14.

Example Apps/ExampleApp-iOS/ExampleUIWebViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ExampleAppViewController.m
2+
// ExampleUIWebViewController.m
33
// ExampleApp-iOS
44
//
55
// Created by Marcus Westin on 1/13/14.

Example Apps/ExampleApp-iOS/ExampleWKWebViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ExampleAppViewController.h
2+
// ExampleWKWebViewController.h
33
// ExampleApp-iOS
44
//
55
// Created by Marcus Westin on 1/13/14.

Example Apps/ExampleApp-iOS/ExampleWKWebViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ExampleAppViewController.m
2+
// ExampleWKWebViewController.m
33
// ExampleApp-iOS
44
//
55
// Created by Marcus Westin on 1/13/14.

0 commit comments

Comments
 (0)