Skip to content

Commit 70ee7b8

Browse files
Update README.md
1 parent 4f4bda1 commit 70ee7b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Separating DataSource from VC (example)
44
e.g.
55
TableView
66
```
7+
// INFO: TableViewController.swift
8+
79
import UIKit
810
911
class TableViewController: UIViewController {
@@ -23,6 +25,7 @@ class TableViewController: UIViewController {
2325
```
2426

2527
```
28+
// INFO: TableDataSource.swift
2629
2730
import UIKit
2831

0 commit comments

Comments
 (0)