@class NSString; @interface SCWatchlistRemoveSymbolCommand : NSObject <SCWZoneCommand> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, copy, nonatomic) NSString *symbol; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithSymbol:(id)a0; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (void)executeWithZone:(id)a0; @end