X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputPathElement.h;h=98c96fdbab4670b11aa2ebdea7224c0621bcef6f;hp=3ad50c9bc5e183c1cd31d62800ba2333faf42d71;hb=561fa1774ce33b5a4a8112ba5802cc33a2ca819d;hpb=b417eb4ae97804070277eb19cc596bdb6bb9d281 diff --git a/Classes/NJInputPathElement.h b/Classes/NJInputPathElement.h index 3ad50c9..98c96fd 100644 --- a/Classes/NJInputPathElement.h +++ b/Classes/NJInputPathElement.h @@ -8,10 +8,10 @@ @interface NJInputPathElement : NSObject - (id)initWithName:(NSString *)name - did:(NSString *)did - base:(NJInputPathElement *)base; + eid:(NSString *)eid + parent:(NJInputPathElement *)parent; -@property (nonatomic, weak) NJInputPathElement *base; +@property (nonatomic, weak) NJInputPathElement *parent; @property (nonatomic, copy) NSString *name; @property (nonatomic, readonly) NSString *uid; @property (nonatomic, strong) NSArray *children;