Skip to content

Move NSTextStorageDelegate to an extension #2

@neoneye

Description

@neoneye

IMHO Instead of

class ViewController: NSViewController, NSTextStorageDelegate {

Then do

class ViewController: NSViewController {
    // ...
}
extension ViewController: NSTextStorageDelegate {
    func textStorage()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions