Skip to content

Commit

Permalink
[IP-000] Fix the SDK Umbrella Header (#155)
Browse files Browse the repository at this point in the history
## Summary 

The umbrella header file does not need `AffirmRequest.h` or
`AffirmClient.h` files.
  • Loading branch information
eb-smith-affirm authored Oct 8, 2024
1 parent 94139be commit e68cac5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AffirmSDK/AffirmSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ FOUNDATION_EXPORT const unsigned char AffirmSDKVersionString[];
#import "AffirmEligibilityViewController.h"
#import "AffirmCardInfoViewController.h"
#import "AffirmHowToViewController.h"
#import "AffirmRequest.h"
#import "AffirmClient.h"

0 comments on commit e68cac5

Please sign in to comment.