fnp
/
wl-app.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added iOS source code
[wl-app.git]
/
iOS
/
WolneLektury
/
Model
/
UsernameModel.swift
1
//
2
// UsernameModel.swift
3
// WolneLektury
4
//
5
// Created by Pawel Dabrowski on 24/08/2018.
6
// Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
7
//
8
9
import UIKit
10
11
class UsernameModel: Codable {
12
var username: String!
13
var premium: Bool!
14
}