#import #define SPCT_TRANSITION_EASE_OUT_ELASTIC_SHORT @"easeOutElasticShort" @interface SPTransitions (CustomTransitions) + (float)easeOutElasticShort:(float)ratio; @end