Guest User

Untitled

a guest
May 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. subscript(parametername:Type)->returntype {
  2. get {
  3. //Return Subscripts Value Here
  4. } set(newvalue) {
  5. //set the value
  6. }
  7. }
Add Comment
Please, Sign In to add comment