CategoryHeaderView.h 230 B

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