HomeTableViewCellSlide.h 338 B

12345678910111213
  1. //
  2. // HomeTableViewCellSlide.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 7/21/15.
  6. // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CycleScrollView.h"
  10. @interface HomeTableViewCellSlide : UITableViewCell
  11. @property (strong, nonatomic) CycleScrollView *imgScroll;
  12. @end