12345678910111213141516 |
- //
- // DetailNavigationBar.h
- // FirstLink
- //
- // Created by jack on 15/6/30.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface DetailNavigationBar : UIView
- @property (nonatomic, strong, readonly) UIButton *leftButton;
- @property (nonatomic, strong, readonly) UIButton *collectBtn;
- @end
|