File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 29
29
*/
30
30
31
31
32
- #import < ResearchKit/ResearchKit.h>
33
32
#import < ResearchKit/ORKActiveStep.h>
34
33
35
34
Original file line number Diff line number Diff line change 29
29
*/
30
30
31
31
32
- #import < ResearchKit/ResearchKit .h>
32
+ #import < ResearchKit/ORKInstructionStep .h>
33
33
34
34
35
35
/* *
36
36
The `ORKCompletionStep` class is a subclass of `ORKInstructionStep` which behaves like
37
37
an instruction step, but includes animated imagery that thanks the user
38
38
for participating in the task.
39
-
40
- This class is presently private as its interface is still considered
41
- subject to change while support for active tasks matures.
42
39
*/
43
40
ORK_CLASS_AVAILABLE
44
41
@interface ORKCompletionStep : ORKInstructionStep
Original file line number Diff line number Diff line change 29
29
*/
30
30
31
31
32
- #import < ResearchKit/ResearchKit.h>
32
+ #import < UIKit/UIKit.h>
33
+ #import < ResearchKit/ORKStep.h>
33
34
34
35
35
36
NS_ASSUME_NONNULL_BEGIN
Original file line number Diff line number Diff line change 37
37
#import < ResearchKit/ORKStep.h>
38
38
#import < ResearchKit/ORKQuestionStep.h>
39
39
#import < ResearchKit/ORKInstructionStep.h>
40
+ #import < ResearchKit/ORKCompletionStep.h>
40
41
#import < ResearchKit/ORKFormStep.h>
41
42
#import < ResearchKit/ORKStepNavigationRule.h>
42
43
#import < ResearchKit/ORKImageCaptureStep.h>
73
74
74
75
#import < ResearchKit/ORKRecorder.h>
75
76
#import < ResearchKit/ORKActiveStep.h>
77
+ #import < ResearchKit/ORKCountdownStep.h>
76
78
#import < ResearchKit/ORKActiveStepViewController.h>
77
79
78
80
#import < ResearchKit/ORKRangedPoint.h>
Original file line number Diff line number Diff line change 58
58
#import < ResearchKit/ORKToneAudiometryPracticeStep.h>
59
59
#import < ResearchKit/ORKSpatialSpanMemoryStep.h>
60
60
#import < ResearchKit/ORKWalkingTaskStep.h>
61
- #import < ResearchKit/ORKCountdownStep.h>
62
61
#import < ResearchKit/ORKFitnessStep.h>
63
62
#import < ResearchKit/ORKTappingIntervalStep.h>
64
63
#import < ResearchKit/ORKTimedWalkStep.h>
65
64
#import < ResearchKit/ORKPSATStep.h>
66
65
#import < ResearchKit/ORKHolePegTestPlaceStep.h>
67
66
#import < ResearchKit/ORKHolePegTestRemoveStep.h>
68
- #import < ResearchKit/ORKCompletionStep.h>
69
67
#import < ResearchKit/ORKReactionTimeStep.h>
70
68
#import < ResearchKit/ORKTowerOfHanoiStep.h>
71
69
You can’t perform that action at this time.
0 commit comments