Skip to content

Commit cc72523

Browse files
committed
Better header imports
1 parent efddbe4 commit cc72523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

APCAppCore/APCAppCore/UI/TabBarControllers/Profile/APCProfileViewController.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#import "APCTableViewItem.h"
4646
#import "APCAppDelegate.h" // should be removed
4747
#import "APCUserInfoConstants.h"
48+
#import "APCDataSubstrate.h"
4849
#import "APCConstants.h"
4950
#import "APCUtilities.h"
5051
#import "APCLog.h"
@@ -60,7 +61,7 @@
6061
#import "APCUser+UserData.h"
6162
#import "UIAlertController+Helper.h"
6263

63-
@import ResearchKit;
64+
#import <ResearchKit/ResearchKit.h>
6465

6566
static CGFloat const kSectionHeaderHeight = 40.f;
6667
static CGFloat const kStudyDetailsViewHeightConstant = 48.f;

0 commit comments

Comments
 (0)