Guest User

Untitled

a guest
Oct 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import Foundation
  2.  
  3. public class GifFile {
  4.  
  5. // MARK: - API
  6.  
  7. public let url: URL
  8.  
  9. public init(url: URL) {
  10. self.url = url
  11. }
  12. }
Add Comment
Please, Sign In to add comment