Files
SwiftUI/Other Projects/SwiftUI + Redux/SwiftUIDemo/flux/actions/Action.swift
Ivan Vorobei 48001a8e9a Update
2019-06-26 22:12:35 +03:00

14 lines
193 B
Swift
Executable File

//
// Action.swift
// SwiftUIDemo
//
// Created by Thomas Ricouard on 05/06/2019.
// Copyright © 2019 Thomas Ricouarf. All rights reserved.
//
import Foundation
protocol Action {
}