NSObject

class NSObject : NSObjectProtocol
  • Undocumented

    Declaration

    Swift

    public func runWD(_ time: Double = 1, _ runable: @escaping () -> Void)
  • Undocumented

    Declaration

    Swift

    public func runAsync(_ runable: @escaping () -> Void)
  • Undocumented

    Declaration

    Swift

    public func runBack(_ runable: @escaping () -> Void)
  • Undocumented

    Declaration

    Swift

    public func runBackDip(_ runable: @escaping () -> Void)
  • Undocumented

    Declaration

    Swift

    public func setNotif(_ name: String, _ selector: Selector)
  • Undocumented

    Declaration

    Swift

    public func randomString(withLength length: Int) -> String