@interface WBSHistoryServiceObject : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) long long databaseID; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithDatabaseID:(long long)a0; @end