SliderPage.h 424 B

1234567891011121314151617
  1. //
  2. // SliderPage.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 14-6-30.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SliderPage : UIImageView
  10. @property (strong,nonatomic) NSString* url;
  11. @property (strong,nonatomic) NSString* img_url;
  12. @property (strong,nonatomic) NSMutableDictionary* params;
  13. @property int action_type;
  14. -(void) loadImage;
  15. @end