mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-14 02:15:31 +01:00
17 lines
320 B
Swift
17 lines
320 B
Swift
//
|
|
// AddWebFeedFolderTableViewCell.swift
|
|
// NetNewsWire
|
|
//
|
|
// Created by Maurice Parker on 11/16/19.
|
|
// Copyright © 2019 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class AddWebFeedFolderTableViewCell: UITableViewCell {
|
|
|
|
@IBOutlet weak var icon: UIImageView!
|
|
@IBOutlet weak var label: UILabel!
|
|
|
|
}
|