instrumentation: add next-share/
[cs-p2p-next.git] / instrumentation / next-share / BaseLib / Transport / tribeISwarmTransport.idl
1 #include "nsISupports.idl"
2
3 [scriptable, uuid(946ef9dc-af29-466d-89a7-541f62d914a1)]
4 interface tribeISwarmTransport : nsISupports
5 {
6   readonly attribute string version;
7 };
8