Created
July 27, 2018 08:30
-
-
Save SunXiaoShan/f8d3e707941e6bb9dcc4b95a495bb4b4 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
NSDictionary *options = @{CBCentralManagerOptionRestoreIdentifierKey : CENTRAL_IDENTIFIER_KEY}; | |
_centralManager = [[CBCentralManager alloc] initWithDelegate:self | |
queue:_serialQueue | |
options:options]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment