Created
February 10, 2018 15:49
-
-
Save EricADockery/dd94665b2ff18cf9d6def76b825d4513 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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