Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. @objc
  2. func Some()
  3. {
  4. print("SOME")
  5. }
  6.  
  7. func get(operation:String) -> Selector
  8. {
  9. return Selector(operation)
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement