blob: 4001f801e780000c0fcfb6661b0b38abfc95f4e1 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
namespace fidl_test_nullable {
class SimpleProtocol final {
SimpleProtocol() = delete;
public:
class Add final {
Add() = delete;
public:
using Protocol = ::fidl_test_nullable::SimpleProtocol;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
} // namespace fidl_test_nullable