Created
December 3, 2018 09:15
-
-
Save rockname/9a3092c55cd6592f6169fc3245e87f6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class StructuredTableCellDataSource: NSObject, UITableViewDataSource { | |
| private var sections: [TableCellSection] = [] | |
| . | |
| . | |
| . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment