IService.cs 178 B

123456789
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Google.ProtocolBuffers {
  5. public interface IService {
  6. // TODO(jonskeet): Fill this in
  7. }
  8. }