// // FKSubmitProductHeaderView.h // FirstLink // // Created by jack on 16/1/27. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKSubmitProductHeaderView : UIView @property (nonatomic, strong) UILabel *titleLabel; @end