@interface DocumentUnderstanding.DUGlobalTopicSetIdentifier : NSObject <NSCoding, NSCopying> @property (nonatomic) void /* unknown type, empty encoding */ topicSetName; @property (nonatomic) void /* unknown type, empty encoding */ topicSetVersion; - (id)init; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(void *)a0; @end