aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/IRpcController.cs
blob: 81348fde886a3d85028f0a216d6e12c1ab832dd9 (plain) (blame)
1
2
3
4
5
6
7
8
using System;
using System.Collections.Generic;
using System.Text;

namespace Google.ProtocolBuffers {
  public interface IRpcController {
  }
}