Files
libr-ios/librx/ExploreTableCell.swift
2015-11-05 16:31:20 +08:00

18 lines
344 B
Swift

//
// ExploreTableCell.swift
// librx
//
// Created by Yunlong Zheng on 15/10/25.
// Copyright © 2015年 librx. All rights reserved.
//
import UIKit
class ExploreTableCell: UITableViewCell {
@IBOutlet weak var sourceImg: UIImageView!
@IBOutlet weak var sourceTitle: UILabel!
@IBOutlet weak var descriptionLabel: UILabel!
}