astrodata/Presentable.swift
2019-10-18 19:07:45 +02:00

8 lines
65 B
Swift

import Foundation
protocol Presentable {
func present()
}