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!
|
||
|
|
||
|
}
|