#ifndef FadeInAnimation_h
#define FadeInAnimation_h

#import <UIKit/UIKit.h>
#import "ModalAnimation.h"

@interface FadeInAnimation : ModalAnimation

@end

#endif /* FadeInAnimation_h */
