namespace HTraceSSGI.Scripts.Extensions.CameraHistorySystem { public interface ICameraHistoryData { int GetHash(); void SetHash(int hashIn); } }