// // Created by clowwindy on 14-2-17. // Copyright (c) 2014 clowwindy. All rights reserved. // #import #import typedef void (^QRCodeViewControllerReturnBlock)(NSString *code); @interface QRCodeViewController : UIViewController -(id)initWithReturnBlock:(QRCodeViewControllerReturnBlock)block; @end