LCRelation
Objective-C
@interface LCRelation : NSObject
Swift
class LCRelation : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *targetClassSwift
var targetClass: String? { get set }
-
Undocumented
-
A LCQuery that can be used to get parent objects in this relation.
Declaration
Parameters
parentClassNameparent Class Name
relationKeyrelation Key
childchild object
Return Value
the Query
View on GitHub
Install in Dash
LCRelation Class Reference