mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-09 05:06:46 +10:00
18 lines
344 B
Swift
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!
|
|
|
|
} |