added iOS source code
[wl-app.git] / iOS / WolneLektury / Model / LikeModel.swift
1 //
2 //  LikeModel.swift
3 //  WolneLektury
4 //
5 //  Created by Pawel Dabrowski on 05/09/2018.
6 //  Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
7 //
8
9 import UIKit
10
11 class LikeModel: Codable {
12     var likes: Bool!
13 }