EmojiInputHeaderView.swift 242 B

12345678910111213
  1. //
  2. // EmojiInputHeaderView.swift
  3. // LoopKit
  4. //
  5. // Copyright © 2017 LoopKit Authors. All rights reserved.
  6. //
  7. import UIKit
  8. class EmojiInputHeaderView: UICollectionReusableView, IdentifiableClass {
  9. @IBOutlet var titleLabel: UILabel!
  10. }