HomeTableViewCellButtonBanner.h 267 B

12345678910111213
  1. //
  2. // HomeTableViewCellButtonBanner.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 1/16/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HomeTableViewCellButtonBanner : UITableViewCell
  10. @end