Swiftgram/submodules/Display/Sources/ActionSheetItem.swift
2020-03-01 13:59:30 +04:00

7 lines
184 B
Swift

import Foundation
public protocol ActionSheetItem {
func node(theme: ActionSheetControllerTheme) -> ActionSheetItemNode
func updateNode(_ node: ActionSheetItemNode) -> Void
}