Skip to content

Commit 8928b6c

Browse files
committed
Replace APCAppCore.h imports
1 parent cc72523 commit 8928b6c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

APCAppCore/APCAppCore/UI/Onboarding/APCSpinnerViewController.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
//
3333

34+
#import "APCSpinnerViewController.h"
35+
#import "APCLog.h"
3436
#import "UIColor+APCAppearance.h"
3537
#import "NSBundle+Helper.h"
36-
#import "APCSpinnerViewController.h"
37-
#import "APCAppCore.h"
38+
3839

3940
@implementation APCSpinnerViewController
4041

APCAppCore/APCAppCore/UI/ViewControllers/APCUserInfoViewController.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
//
3333

3434
#import "APCUserInfoViewController.h"
35+
#import "APCLog.h"
3536
#import "NSDate+Helper.h"
3637
#import "UIColor+APCAppearance.h"
3738
#import "UIFont+APCAppearance.h"
38-
#import "APCAppCore.h"
39+
3940

4041
static CGFloat const kPickerCellHeight = 164.0f;
4142

0 commit comments

Comments
 (0)