Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / hammock / src / net35 / Hammock / Attributes / INamedAttribute.cs
1 namespace Hammock.Attributes
2 {
3     internal interface INamedAttribute
4     {
5         string Name { get; }
6     }
7 }