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