Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting test #16

Open
MadL0rd opened this issue May 11, 2020 · 2 comments
Open

Syntax highlighting test #16

MadL0rd opened this issue May 11, 2020 · 2 comments

Comments

@MadL0rd
Copy link
Owner

MadL0rd commented May 11, 2020

//
//  Directory.swift
//  GitManager
//
//  Created by Антон Текутов on 03.05.2020.
//  Copyright © 2020 Антон Текутов. All rights reserved.
//
import Foundation

enum DirectoryType {
    case folder
    case file
    case branch
}

struct Directory: Equatable {
    
    let type: DirectoryType
    let name: String
    let url: String
}
@MadL0rd
Copy link
Owner Author

MadL0rd commented May 11, 2020

Great!

@MadL0rd
Copy link
Owner Author

MadL0rd commented May 11, 2020

Снимок экрана 2020-05-09 в 17 21 54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant