//
// ChangeImageView.h
// ChangeDemo
//
// Created by pubo on 11-9-22.
// Copyright 2011年 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ChangeImageView : UIView {
NSMutableArray *imagesArray;
NSArray *imagesViewArray;
CGSize imageSize;
int CurrentImageNumber;
BOOL animationIsStop;
}
- (id)initWithDataSouc :(NSDictionary *)Dic ;
- (void)changeCurrentSubView;
@end