NewsBlur/clients/ios/Share Extension/ShareAddSiteCell.swift
David Sinclair 06af724619 #1575 (include a subscribe to site page on the share sheet)
- Now uses NewsBlur icons.
- Now posts a user notification indicating success or failure.
2022-03-10 16:46:34 -07:00

20 lines
506 B
Swift

//
// ShareAddSiteCell.swift
// Share Extension
//
// Created by David Sinclair on 2022-03-10.
// Copyright © 2022 NewsBlur. All rights reserved.
//
import UIKit
class ShareAddSiteCell: UITableViewCell {
@IBOutlet weak var folderImageView: UIImageView!
@IBOutlet weak var folderLabel: UILabel!
@IBOutlet weak var folderImageLeadingConstraint: NSLayoutConstraint!
/// The reuse identifier for this table view cell.
static let reuseIdentifier = "ShareAddSiteCell"
}