Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.34 KB | None | 0 0
  1.   switch classType {
  2.                 case "sports":
  3.                     tmpRow = SportsClass(row)
  4.                 case "science":
  5.                     tmpRow = ScienceClass(row)
  6.                 case "nature":
  7.                     tmpRow = NatureClass(row)
  8.                 default:
  9.                     return nil
  10.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement