Skip to content

Instantly share code, notes, and snippets.

@EricADockery
Created February 10, 2018 15:49
Show Gist options
  • Save EricADockery/dd94665b2ff18cf9d6def76b825d4513 to your computer and use it in GitHub Desktop.
Save EricADockery/dd94665b2ff18cf9d6def76b825d4513 to your computer and use it in GitHub Desktop.
var manager: EAAccessoryManager!
var isConnected: Bool = false
private var printerConnection: MfiBtPrinterConnection?
private var serialNumber: String?
private var disconnectNotificationObserver: NSObjectProtocol?
private var connectedNotificationObserver: NSObjectProtocol?
static let sharedInstance = PrintManager()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment