Skip to content

Commit 3c8f9a9

Browse files
Add missing public headers to APCAppCore.h
1 parent 0634220 commit 3c8f9a9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

APCAppCore/APCAppCore/APCAppCore.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ FOUNDATION_EXPORT const unsigned char APCAppCoreVersionString[];
7575
#import <APCAppCore/APCConsentInstructionQuestion.h>
7676
#import <APCAppCore/APCConsentTextChoiceQuestion.h>
7777
#import <APCAppCore/APCConsentRedirector.h>
78+
#import <APCAppCore/APCSignInTask.h>
79+
#import <APCAppCore/APCSignUpTask.h>
7880

7981
/* -------------------------------------
8082
Data Archiver & Passive Data Collectors

APCAppCore/APCAppCore/DataSubstrate/Model/APCModel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
/*********************************************************************************/
4242
#import "APCUser+UserData.h"
4343
#import "APCUser+Bridge.h"
44+
#import "APCDateRange.h"
4445

4546
/*********************************************************************************/
4647
#pragma mark - Core Data Model Objects

0 commit comments

Comments
 (0)