#ifndef __Foo_h__
#define __Foo_h__

typedef struct {
    float s;
    float d;
} CMTimeRange;

#endif
