#import @class SCGIFImageView; @protocol gifViewControllerDelegate - (void) selectGifWithString:(NSString *) str; @end @interface gifViewController : UIView { NSMutableArray *_phraseArray; UIScrollView *_sv; UIPageControl* _pc; SCGIFImageView* _gifIv; BOOL pageControlIsChanging; NSInteger maxPage; int tempN; int margin; } @property (nonatomic, weak) id delegate; @property (nonatomic, strong) NSMutableArray *faceArray; @property (nonatomic, strong) NSMutableArray *imageArray; @end