mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-26 11:21:24 +01:00
Add SwiftUI + Redux
This commit is contained in:
13
Examples/SwiftUI + Redux/SwiftUIDemo/flux/actions/Action.swift
Executable file
13
Examples/SwiftUI + Redux/SwiftUIDemo/flux/actions/Action.swift
Executable file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Action.swift
|
||||
// SwiftUIDemo
|
||||
//
|
||||
// Created by Thomas Ricouard on 05/06/2019.
|
||||
// Copyright © 2019 Thomas Ricouarf. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol Action {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user