Skip to content

Instantly share code, notes, and snippets.

@romyilano
Created March 25, 2019 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romyilano/3ecd379997647b8a76f61d80c2bcb567 to your computer and use it in GitHub Desktop.
Save romyilano/3ecd379997647b8a76f61d80c2bcb567 to your computer and use it in GitHub Desktop.
From the PanModal GitHub... interesting!
protocol RowPresentable {
var string: String { get }
// it conforms to both protocol + class
var rowVC: UIViewController & PanModalPresentable { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment