mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-03-29 22:39:31 +08:00
* Redesign issue comments with a card * fix more button, content view layout * finish polishing card layout
17 lines
304 B
Swift
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) {}
|
|
|
|
}
|