Geen omschrijving

DetailNavigationBar.h 335B

12345678910111213141516
  1. //
  2. // DetailNavigationBar.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/6/30.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DetailNavigationBar : UIView
  10. @property (nonatomic, strong, readonly) UIButton *leftButton;
  11. @property (nonatomic, strong, readonly) UIButton *collectBtn;
  12. @end