Files
GitHawk/Classes/Issues/IssueCommentTextCell.swift

16 lines
261 B
Swift

//
// IssueCommentTextCell.swift
// Freetime
//
// Created by Ryan Nystrom on 5/19/17.
// Copyright © 2017 Ryan Nystrom. All rights reserved.
//
import UIKit
import SnapKit
import IGListKit
final class IssueCommentTextCell: UICollectionViewCell {
}