
#import <Foundation/Foundation.h>


@protocol ABWrapper <NSObject>

- (NSString*) _getName;
- (void) _sendEventJson:(NSString*)json;

@end
