You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MJExtension/MJProperty.h
+2
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,8 @@ NS_ASSUME_NONNULL_BEGIN
95
95
MJEBasicType _basicObjectType;
96
96
/// True if property is a number (e.g: bool, double, int, etc.).
97
97
BOOL _isBasicNumber;
98
+
/// The property has the same value with it. It's a linked list data structure for different property linked by the same key, which will result to get the same value.
0 commit comments