KJARSCanViewController.h 200 Bytes


#import <UIKit/UIKit.h>
#import "KJARCtrlViewController.h"

@interface KJARSCanViewController : KJARCtrlViewController

- (void)SetAccountKey : (NSString*)accountKey : (NSString*)bucketID;

@end