SwiftbookTeam5 / MdEditor

0 stars 0 forks source link

Add Main sceene #91

Closed aleksandra-riazanova closed 8 months ago

aleksandra-riazanova commented 8 months ago
fileprivate extension MainModel.Response.Action {

    static func create() -> [MainModel.Response.Action] {
        [
            MainModel.Response.Action(title: L10n.Main.Actions.new, image: Asset.Icons.file.image),
            MainModel.Response.Action(title: L10n.Main.Actions.open, image: Asset.Icons.folder.image),
            MainModel.Response.Action(title: L10n.Main.Actions.about, image: Asset.Icons.about.image)
        ]
    }
}

Simulator Screen Shot - iPhone 14 Pro - 2024-02-03 at 12 30 05