StatusBarDesignable.swift 201 B

12345678910
  1. //
  2. // Created by Jake Lin on 12/15/15.
  3. // Copyright © 2015 IBAnimatable. All rights reserved.
  4. //
  5. import UIKit
  6. public protocol StatusBarDesignable: class {
  7. var lightStatusBar: Bool { get set }
  8. }