added iOS source code
[wl-app.git] / iOS / WolneLektury / Model / FragmentModel.swift
diff --git a/iOS/WolneLektury/Model/FragmentModel.swift b/iOS/WolneLektury/Model/FragmentModel.swift
new file mode 100644 (file)
index 0000000..357195a
--- /dev/null
@@ -0,0 +1,15 @@
+//
+//  FragmentModel.swift
+//  WolneLektury
+//
+//  Created by Pawel Dabrowski on 30/05/2018.
+//  Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
+//
+
+import UIKit
+
+class FragmentModel: Decodable {
+
+    @objc var html: String = ""
+    @objc var title: String = ""
+}