Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Created March 10, 2011 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbiet480/863448 to your computer and use it in GitHub Desktop.
Save robbiet480/863448 to your computer and use it in GitHub Desktop.
VeriFone Square IPA
/*
* Generated by class-dump 3.3.3 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard.
*/
#pragma mark Named Structures
struct CGPoint {
float _field1;
float _field2;
};
struct CGRect {
struct CGPoint _field1;
struct CGSize _field2;
};
struct CGSize {
float _field1;
float _field2;
};
#pragma mark -
/*
* File: /Users/robbiet480/Downloads/SQ-Public/Payload/SquareDemoPub.app/SquareDemoPub
* UUID: 71F53023-F7C9-3A9E-35F8-ECED9FF325E2
* Arch: arm v6 (armv6)
*
* Objective-C Garbage Collection: Unsupported
*/
@protocol AVAudioRecorderDelegate
@optional
- (void)audioRecorderDidFinishRecording:(id)arg1 successfully:(BOOL)arg2;
- (void)audioRecorderEncodeErrorDidOccur:(id)arg1 error:(id)arg2;
- (void)audioRecorderBeginInterruption:(id)arg1;
- (void)audioRecorderEndInterruption:(id)arg1 withFlags:(unsigned int)arg2;
- (void)audioRecorderEndInterruption:(id)arg1;
@end
@protocol FlipsideViewControllerDelegate
- (void)flipsideViewControllerDidFinish:(id)arg1;
@end
@protocol NSObject
- (BOOL)isEqual:(id)arg1;
- (unsigned int)hash;
- (Class)superclass;
- (Class)class;
- (id)self;
- (struct _NSZone *)zone;
- (id)performSelector:(SEL)arg1;
- (id)performSelector:(SEL)arg1 withObject:(id)arg2;
- (id)performSelector:(SEL)arg1 withObject:(id)arg2 withObject:(id)arg3;
- (BOOL)isProxy;
- (BOOL)isKindOfClass:(Class)arg1;
- (BOOL)isMemberOfClass:(Class)arg1;
- (BOOL)conformsToProtocol:(id)arg1;
- (BOOL)respondsToSelector:(SEL)arg1;
- (id)retain;
- (oneway void)release;
- (id)autorelease;
- (unsigned int)retainCount;
- (id)description;
@end
@protocol UIApplicationDelegate
@optional
- (void)applicationDidFinishLaunching:(id)arg1;
- (BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2;
- (void)applicationDidBecomeActive:(id)arg1;
- (void)applicationWillResignActive:(id)arg1;
- (BOOL)application:(id)arg1 handleOpenURL:(id)arg2;
- (BOOL)application:(id)arg1 openURL:(id)arg2 sourceApplication:(id)arg3 annotation:(id)arg4;
- (void)applicationDidReceiveMemoryWarning:(id)arg1;
- (void)applicationWillTerminate:(id)arg1;
- (void)applicationSignificantTimeChange:(id)arg1;
- (void)application:(id)arg1 willChangeStatusBarOrientation:(int)arg2 duration:(double)arg3;
- (void)application:(id)arg1 didChangeStatusBarOrientation:(int)arg2;
- (void)application:(id)arg1 willChangeStatusBarFrame:(struct CGRect)arg2;
- (void)application:(id)arg1 didChangeStatusBarFrame:(struct CGRect)arg2;
- (void)application:(id)arg1 didRegisterForRemoteNotificationsWithDeviceToken:(id)arg2;
- (void)application:(id)arg1 didFailToRegisterForRemoteNotificationsWithError:(id)arg2;
- (void)application:(id)arg1 didReceiveRemoteNotification:(id)arg2;
- (void)application:(id)arg1 didReceiveLocalNotification:(id)arg2;
- (void)applicationDidEnterBackground:(id)arg1;
- (void)applicationWillEnterForeground:(id)arg1;
- (void)applicationProtectedDataWillBecomeUnavailable:(id)arg1;
- (void)applicationProtectedDataDidBecomeAvailable:(id)arg1;
@end
@interface SquareDemoAppDelegate : NSObject
{
UIWindow *window;
MainViewController *mainViewController;
}
- (BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2;
- (void)applicationWillResignActive:(id)arg1;
- (void)applicationDidEnterBackground:(id)arg1;
- (void)applicationWillEnterForeground:(id)arg1;
- (void)applicationDidBecomeActive:(id)arg1;
- (void)applicationWillTerminate:(id)arg1;
- (void)applicationDidReceiveMemoryWarning:(id)arg1;
- (void)dealloc;
@property(retain, nonatomic) MainViewController *mainViewController; // @synthesize mainViewController;
@property(retain, nonatomic) UIWindow *window; // @synthesize window;
@end
@interface MainViewController : UIViewController
{
UILabel *price;
UITextField *tf;
NSString *recorderFilePath;
NSMutableDictionary *recordSetting;
AVAudioRecorder *recorder;
NSTimer *meterTimer;
UIAlertView *swipeSquare;
}
- (id)hexToData:(id)arg1;
- (void)b1:(id)arg1;
- (void)b2:(id)arg1;
- (void)b3:(id)arg1;
- (void)b4:(id)arg1;
- (void)b5:(id)arg1;
- (void)b6:(id)arg1;
- (void)b7:(id)arg1;
- (void)b8:(id)arg1;
- (void)b9:(id)arg1;
- (void)b0:(id)arg1;
- (void)b00:(id)arg1;
- (void)bx:(id)arg1;
- (void)flipsideViewControllerDidFinish:(id)arg1;
- (void)showInfo:(id)arg1;
- (void)didReceiveMemoryWarning;
- (void)viewDidUnload;
- (BOOL)shouldAutorotateToInterfaceOrientation:(int)arg1;
- (void)viewDidLoad;
- (void)dealloc;
- (int)newWave:(int)arg1 new:(int)arg2;
- (BOOL)isHalf:(int)arg1 small:(int)arg2;
- (int)bitCounter:(int)arg1;
- (id)getWave;
- (void)audioRecorderDidFinishRecording:(id)arg1 successfully:(BOOL)arg2;
- (void)stopRecording;
- (void)checkMeters;
- (void)startRecording;
- (void)calc;
- (void)alertView:(id)arg1 didDismissWithButtonIndex:(int)arg2;
@property(retain, nonatomic) UIAlertView *swipeSquare; // @synthesize swipeSquare;
@end
@interface FlipsideViewController : UIViewController
{
id delegate;
}
- (void)viewDidLoad;
- (void)done:(id)arg1;
- (void)didReceiveMemoryWarning;
- (void)viewDidUnload;
- (void)dealloc;
@property(nonatomic) id delegate; // @synthesize delegate;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment