added iOS source code
[wl-app.git] / iOS / WolneLektury / Model / LikeModel.swift
diff --git a/iOS/WolneLektury/Model/LikeModel.swift b/iOS/WolneLektury/Model/LikeModel.swift
new file mode 100644 (file)
index 0000000..2589150
--- /dev/null
@@ -0,0 +1,13 @@
+//
+//  LikeModel.swift
+//  WolneLektury
+//
+//  Created by Pawel Dabrowski on 05/09/2018.
+//  Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
+//
+
+import UIKit
+
+class LikeModel: Codable {
+    var likes: Bool!
+}