ActionSheetItemCell.swift 383 B

12345678910111213141516171819
  1. //
  2. // ActionSheetItemCell.swift
  3. // Sheeeeeeeeet
  4. //
  5. // Created by Daniel Saidi on 2017-11-24.
  6. // Copyright © 2017 Daniel Saidi. All rights reserved.
  7. //
  8. /*
  9. This is the base class for all different cell types in this
  10. library. It makes it possible to set a global appearance on
  11. all item cells in an app.
  12. */
  13. import UIKit
  14. open class ActionSheetItemCell: UITableViewCell {}