Files
GitHawk/Classes/Issues/Comments/IssueCommentEmptyCell.swift
Ryan Nystrom 167f1b80fe Redesign issue comments with a card (#1320)
* Redesign issue comments with a card

* fix more button, content view layout

* finish polishing card layout
2017-12-31 12:37:19 -05:00

17 lines
304 B
Swift

//
// IssueCommentEmptyCell.swift
// Freetime
//
// Created by Ryan Nystrom on 12/31/17.
// Copyright © 2017 Ryan Nystrom. All rights reserved.
//
import UIKit
import IGListKit
final class IssueCommentEmptyCell: IssueCommentBaseCell, ListBindable {
func bindViewModel(_ viewModel: Any) {}
}