Skip to content

Commit 9ace761

Browse files
author
Bryant Luk
committed
Add newlines to all public header files
1 parent 4cdc379 commit 9ace761

8 files changed

+12
-4
lines changed

CardIO_Public_API/CardIO.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
#import "CardIOPaymentViewController.h"
1212
#import "CardIOPaymentViewControllerDelegate.h"
1313
#import "CardIOUtilities.h"
14+

CardIO_Public_API/CardIOCreditCardInfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ typedef NS_ENUM(NSInteger, CardIOCreditCardType) {
8080
+ (UIImage *)logoForCardType:(CardIOCreditCardType)cardType;
8181

8282
@end
83+

CardIO_Public_API/CardIODetectionMode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ typedef NS_ENUM(NSInteger, CardIODetectionMode) {
1414
};
1515

1616
#endif
17+

CardIO_Public_API/CardIOPaymentViewController.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,5 @@ extern NSString * const CardIOScanningOrientationAnimationDuration;
195195
/// @see navigationBarStyleForCardIO
196196
@property(nonatomic, retain, readwrite) UIColor *navigationBarTintColorForCardIO;
197197

198-
@end
198+
@end
199+

CardIO_Public_API/CardIOPaymentViewControllerDelegate.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
/// @param paymentViewController The active CardIOPaymentViewController.
2727
- (void)userDidProvideCreditCardInfo:(CardIOCreditCardInfo *)cardInfo inPaymentViewController:(CardIOPaymentViewController *)paymentViewController;
2828

29-
@end
29+
@end
30+

CardIO_Public_API/CardIOUtilities.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
/// preload works in the background; the call to preload returns immediately.
4949
+ (void)preloadCardIO;
5050

51-
@end
51+
@end
52+

CardIO_Public_API/CardIOView.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ extern NSString * const CardIOScanningOrientationAnimationDuration;
121121
@property(nonatomic, assign, readonly) CGRect cameraPreviewFrame;
122122

123123
@end
124+

CardIO_Public_API/CardIOViewDelegate.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
/// @note cardInfo will be nil if exiting due to a problem (e.g., no available camera).
2222
- (void)cardIOView:(CardIOView *)cardIOView didScanCard:(CardIOCreditCardInfo *)cardInfo;
2323

24-
@end
24+
@end
25+

0 commit comments

Comments
 (0)