Skip to content

Instantly share code, notes, and snippets.

@pulkitsinghal
Created March 24, 2012 22:17
Show Gist options
  • Select an option

  • Save pulkitsinghal/2188515 to your computer and use it in GitHub Desktop.

Select an option

Save pulkitsinghal/2188515 to your computer and use it in GitHub Desktop.
// CardProcessingUtils.h
@interface CardProcessingUtils : NSObject
{
NSString *sessionToken;
}
- (void) loginToGateway;
@end
// CardProcessingUtils.m
#import "CardProcessingUtils.h"
#import "AuthNet.h"
@implementation CardProcessingUtils
...
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment