card.io-iOS-SDK/SampleApp/ScanExample/AppDelegate.h

15 lines
237 B
Objective-C

//
// AppDelegate.h
// ScanExample
//
// Copyright (c) 2012 PayPal. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end