We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efddbe4 commit cc72523Copy full SHA for cc72523
APCAppCore/APCAppCore/UI/TabBarControllers/Profile/APCProfileViewController.m
@@ -45,6 +45,7 @@
45
#import "APCTableViewItem.h"
46
#import "APCAppDelegate.h" // should be removed
47
#import "APCUserInfoConstants.h"
48
+#import "APCDataSubstrate.h"
49
#import "APCConstants.h"
50
#import "APCUtilities.h"
51
#import "APCLog.h"
@@ -60,7 +61,7 @@
60
61
#import "APCUser+UserData.h"
62
#import "UIAlertController+Helper.h"
63
-@import ResearchKit;
64
+#import <ResearchKit/ResearchKit.h>
65
66
static CGFloat const kSectionHeaderHeight = 40.f;
67
static CGFloat const kStudyDetailsViewHeightConstant = 48.f;
0 commit comments