| 12345678910111213 |
- //
- // HomeTableViewCellSlide.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 7/21/15.
- // Copyright (c) 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "CycleScrollView.h"
- @interface HomeTableViewCellSlide : UITableViewCell
- @property (strong, nonatomic) CycleScrollView *imgScroll;
- @end
|