gecko-dev/xpcom/base/GkRustUtils.h
2019-02-11 18:03:12 +00:00

12 lines
177 B
C++

#ifndef __mozilla_GkRustUtils_h
#define __mozilla_GkRustUtils_h
#include "nsString.h"
class GkRustUtils {
public:
static void GenerateUUID(nsACString& aResult);
};
#endif