aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database/Public/FIRMutableData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Database/Public/FIRMutableData.h')
-rw-r--r--Firebase/Database/Public/FIRMutableData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Database/Public/FIRMutableData.h b/Firebase/Database/Public/FIRMutableData.h
index 5c26024..4e7250a 100644
--- a/Firebase/Database/Public/FIRMutableData.h
+++ b/Firebase/Database/Public/FIRMutableData.h
@@ -116,7 +116,7 @@ FIR_SWIFT_NAME(MutableData)
* Note that this enumerator operates on an immutable copy of the child list. So, you can modify the instance
* during iteration, but the new additions will not be visible until you get a new enumerator.
*/
-@property (readonly, nonatomic, strong) NSEnumerator* children;
+@property (readonly, nonatomic, strong) NSEnumerator<FIRMutableData *>* children;
/**