- //
- // STTableCommitBtnCell.h
- // BuguLive
- //
- // Created by 岳克奎 on 17/4/18.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "STTableBaseCell.h"
- @interface STTableCommitBtnCell : STTableBaseCell
- @property (weak, nonatomic) IBOutlet UIButton *commitBtn;
- @end
|