Skip to content

Instantly share code, notes, and snippets.

@apatronl
Created June 26, 2020 20:46
Show Gist options
  • Save apatronl/c51fbe7ff97fdc74714661c894063536 to your computer and use it in GitHub Desktop.
Save apatronl/c51fbe7ff97fdc74714661c894063536 to your computer and use it in GitHub Desktop.
import UIKit
extension UITableViewCell {
class var identifier: String {
return String(describing: self)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment