• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __Foo_h__
2 #define __Foo_h__
3 
4 typedef struct {
5     float start;
6     float duration;
7 } CMTimeRange;
8 
9 #endif
10