@class NSString; @interface _APSTopicMove : NSObject @property (retain, nonatomic) NSString *topic; @property (nonatomic) unsigned long long fromListID; @property (nonatomic) unsigned long long toListID; - (void).cxx_destruct; @end