Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4259a1cc92 | |||
| 70d4532d0e | |||
| 23900bed0e | |||
| 8c8a1adc47 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'ResearchKit'
|
||||
s.version = '1.3.0'
|
||||
s.version = '1.3.1'
|
||||
s.summary = 'ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.'
|
||||
s.homepage = 'https://www.github.com/ResearchKit/ResearchKit'
|
||||
s.documentation_url = 'http://researchkit.github.io/docs/'
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#import <ResearchKit/ORKAnswerFormat.h>
|
||||
#import <ResearchKit/ResearchKit.h>
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@@ -40,6 +40,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
An `ORKConfirmTextAnswerFormat` object produces an `ORKBooleanQuestionResult` object.
|
||||
*/
|
||||
ORK_CLASS_AVAILABLE
|
||||
@interface ORKConfirmTextAnswerFormat : ORKTextAnswerFormat
|
||||
|
||||
- (instancetype)init NS_UNAVAILABLE;
|
||||
|
||||
@@ -269,7 +269,7 @@ id ORKDynamicCast_(id x, Class objClass);
|
||||
|
||||
#define ORKDynamicCast(x, c) ((c *) ORKDynamicCast_(x, [c class]))
|
||||
|
||||
const CGFloat ORKScrollToTopAnimationDuration;
|
||||
extern const CGFloat ORKScrollToTopAnimationDuration;
|
||||
|
||||
ORK_INLINE CGFloat
|
||||
ORKCGFloatNearlyEqualToFloat(CGFloat f1, CGFloat f2) {
|
||||
@@ -285,7 +285,7 @@ void ORKValidateArrayForObjectsOfClass(NSArray *array, Class expectedObjectClass
|
||||
|
||||
void ORKRemoveConstraintsForRemovedViews(NSMutableArray *constraints, NSArray *removedViews);
|
||||
|
||||
const CGFloat ORKCGFloatInvalidValue;
|
||||
extern const CGFloat ORKCGFloatInvalidValue;
|
||||
|
||||
void ORKAdjustPageViewControllerNavigationDirectionForRTL(UIPageViewControllerNavigationDirection *direction);
|
||||
|
||||
|
||||
@@ -1253,6 +1253,7 @@ ORK_CLASS_AVAILABLE
|
||||
/**
|
||||
The `ORKLocation` class represents the location addess obtained from a locaton question.
|
||||
*/
|
||||
ORK_CLASS_AVAILABLE
|
||||
@interface ORKLocation : NSObject <NSCopying, NSSecureCoding>
|
||||
|
||||
- (instancetype)init NS_UNAVAILABLE;
|
||||
|
||||
Reference in New Issue
Block a user