| 1234567891011121314151617 |
- //
- // SliderPage.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 14-6-30.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SliderPage : UIImageView
- @property (strong,nonatomic) NSString* url;
- @property (strong,nonatomic) NSString* img_url;
- @property (strong,nonatomic) NSMutableDictionary* params;
- @property int action_type;
- -(void) loadImage;
- @end
|