Fix XMM scanning on Mac x86.
[mono.git] / mcs / class / System.IO.Compression / SharpCompress / Common / IVolume.cs
1 using System;
2 #if !PORTABLE && !NETFX_CORE
3 using System.IO;
4 #endif
5
6 namespace SharpCompress.Common
7 {
8     internal interface IVolume : IDisposable
9     {
10     }
11 }