blob: a79d2817f5c7f5e4161568729983fa390605f547 [file] [log] [blame]
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#import <string>
class FBMetalConstantValues {
public:
virtual std::string to_string() = 0;
};