SetupImageTableViewCell.swift 260 B

123456789101112131415
  1. //
  2. // SetupImageTableViewCell.swift
  3. // RileyLinkKitUI
  4. //
  5. // Copyright © 2018 Pete Schwamb. All rights reserved.
  6. //
  7. import UIKit
  8. public class SetupImageTableViewCell: UITableViewCell, NibLoadable {
  9. @IBOutlet public var mainImageView: UIImageView?
  10. }