HomeTableViewCellBanner.h 325 B

1234567891011121314
  1. //
  2. // HomeTableViewCellBanner.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. @interface HomeTableViewCellBanner : UITableViewCell
  10. @property (strong, nonatomic) IBOutlet UIImageView *BannerImageView;
  11. @end