Created
November 27, 2017 14:13
-
-
Save dudarenko-io/28810af21466b83069fb6a05972ad047 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 file structure | |
// MARK: - Internal Properties | |
// MARK: - Private Properties | |
// MARK: - Init / Deinit | |
// MARK: - Public Methods | |
// MARK: - Private Methods | |
/// Subclass file structure | |
// MARK: - Internal Properties | |
// MARK: - Superclass Properties | |
// MARK: - Private Properties | |
// MARK: - Init / Deinit | |
// MARK: - Public Methods | |
// MARK: - Superclass methods | |
// MARK: - Private Methods | |
/// UIViewController subclass file structure | |
// MARK: - Internal Properties | |
// MARK: - UIViewController Properties | |
// MARK: - IBOutlets | |
// MARK: - Private Properties | |
// MARK: - Init / Deinit | |
// MARK: - Public Methods | |
// MARK: - UIViewController methods | |
// MARK: - IBActions | |
// MARK: - Private Methods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment