Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import Foundation
  2.  
  3. public enum TodoStatus {
  4. case notStarted
  5. case started
  6. case finished
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement