Guest User

Untitled

a guest
Dec 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import UIKit
  2. class rules{
  3. func printsomething(income:String){
  4. print(income)
  5. }
  6. }
  7. var objs:rules
  8.  
  9. print(objs.printsomething(income: "ssd"))
Add Comment
Please, Sign In to add comment