This file contains 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
// | |
// NibLoadedCell.swift | |
// | |
// Created by Marcel Dierkes on 08.11.15. | |
// Copyright © 2015 Marcel Dierkes. All rights reserved. | |
// | |
import UIKit | |
/// This protocol simplified UITableViewCell/UICollectionViewCell registering and |
OlderNewer