Skip to content

Commit

Permalink
Using proper class names for example view controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
lokimeyburg committed Nov 9, 2014
1 parent 4e990fb commit 59d4f19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example Apps/ExampleApp-iOS/ExampleUIWebViewController.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ExampleAppViewController.h
// ExampleUIWebViewController.h
// ExampleApp-iOS
//
// Created by Marcus Westin on 1/13/14.
Expand Down
2 changes: 1 addition & 1 deletion Example Apps/ExampleApp-iOS/ExampleUIWebViewController.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ExampleAppViewController.m
// ExampleUIWebViewController.m
// ExampleApp-iOS
//
// Created by Marcus Westin on 1/13/14.
Expand Down
2 changes: 1 addition & 1 deletion Example Apps/ExampleApp-iOS/ExampleWKWebViewController.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ExampleAppViewController.h
// ExampleWKWebViewController.h
// ExampleApp-iOS
//
// Created by Marcus Westin on 1/13/14.
Expand Down
2 changes: 1 addition & 1 deletion Example Apps/ExampleApp-iOS/ExampleWKWebViewController.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ExampleAppViewController.m
// ExampleWKWebViewController.m
// ExampleApp-iOS
//
// Created by Marcus Westin on 1/13/14.
Expand Down

0 comments on commit 59d4f19

Please sign in to comment.