All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BuildingHighlightViewRepository.h
1 #pragma once
2 
3 #include "BuildingHighlights.h"
4 #include "Types.h"
5 #include "ModelRepository.h"
6 #include "IBuildingHighlightView.h"
7 
8 namespace Eegeo
9 {
10  namespace BuildingHighlights
11  {
12  class BuildingHighlightViewRepository : public Eegeo::Labels::ModelRepository<BuildingHighlightId, IBuildingHighlightView*>
13  {
14 
15  };
16  }
17 }