Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. //
  2. // ZbarPlug.h
  3. // Phun
  4. //
  5. // Created by Jeff Lee on 12/12/10.
  6. // Copyright 2010 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <Foundation/Foundation.h>
  10. #import <UIKit/UIKit.h>
  11. #import "PhoneGapCommand.h"
  12. #import "ZBarSDK.h"
  13.  
  14. @interface ZbarPlug : PhoneGapCommand <ZBarReaderViewDelegate>
  15. {
  16. }
  17. - (void)showZbar:(NSArray*)arguments withDict:(NSDictionary*)options;
  18.  
  19. @end
Add Comment
Please, Sign In to add comment