#ifndef __Foo_h__
#define __Foo_h__

typedef struct {
    float start;
    float duration;
} CMTimeRange;

#endif
