2025-10-09 16:48:46 +08:00

8 lines
125 B
Objective-C

#import "Document.h"
@interface Document ()
@property(nonatomic,strong,readwrite) Element* documentElement;
@end