// // GenericInfoViewControllerAction.swift // Amiv // // Created by Domenic Wüthrich on 13.10.18. // Copyright © 2018 Amiv an der ETH. All rights reserved. // import Foundation public enum GenericInfoViewControllerAction { case `default` case openMedia(AMIVMedia) case signup(String) }