mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-26 19:31:20 +01:00
12 lines
194 B
Swift
Executable File
12 lines
194 B
Swift
Executable File
//
|
|
// FluxState.swift
|
|
// SwiftUIDemo
|
|
//
|
|
// Created by Thomas Ricouard on 05/06/2019.
|
|
// Copyright © 2019 Thomas Ricouarf. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
protocol FluxState { }
|