This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// IntrisicCollections.swift | |
// | |
// Created by Bruno Scheltzke on 13/06/20. | |
// Copyright © 2020 Bruno Scheltzke All rights reserved. | |
// | |
import UIKit | |
final class IntrinsicTableView: UITableView { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Collections+ReusableView.swift | |
// | |
// Created by Bruno Scheltzke on 07/06/20. | |
// Copyright © 2020 Bruno Scheltzke. All rights reserved. | |
// | |
import UIKit | |
protocol ReusableView: class { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NibLoadableView.swift | |
// BenditasMaes | |
// | |
// Created by Bruno Scheltzke on 10/06/20. | |
// Copyright © 2020 App5m. All rights reserved. | |
// | |
import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// BaseViewController.swift | |
// | |
// Created by Bruno Scheltzke on 10/06/20. | |
// Copyright © 2020 Bruno Scheltzke. All rights reserved. | |
// | |
import UIKit | |
class BaseViewController: UIViewController { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// RoundImageView.swift | |
// | |
// Created by Bruno Scheltzke on 04/06/20. | |
// Copyright © 2020 Bruno Scheltzke. All rights reserved. | |
// | |
import UIKit | |
protocol RoundImagePickerDelegate { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AddressViewModel.swift | |
// | |
// Created by Bruno Scheltzke on 05/06/20. | |
// Copyright © 2020 Bruno Scheltzke. All rights reserved. | |
// | |
import Foundation | |
import CoreLocation |
NewerOlder