/**SYQRCode:IOS原生API,需要IOS7.0及以上系统支持。
用法:
    //扫描二维码
    SYQRCodeViewController *aaa = [[SYQRCodeViewController alloc] init];
    aaa.SYQRCodeSuncessBlock = ^(NSString *qrString){
        
        self.saomiaoLabel.text = qrString;
    
    };
...
 
 
 
 
 
 
 
