NewsBlur/clients/ios/Old Widget Extension/WidgetErrorTableViewCell.swift
David Sinclair 0ed4df4138 #1334 (widget for iOS 14)
- Work in progress on the new widget
2021-08-11 21:57:49 -07:00

16 lines
389 B
Swift

//
// WidgetErrorTableViewCell.swift
// Widget Extension
//
// Created by David Sinclair on 2019-11-26.
// Copyright © 2019 NewsBlur. All rights reserved.
//
import UIKit
class WidgetErrorTableViewCell: UITableViewCell {
/// The reuse identifier for this table view cell.
static let reuseIdentifier = "WidgetErrorTableViewCell"
@IBOutlet var errorLabel: UILabel!
}