| 123456789101112131415161718 |
- //
- // ImmediatelyCollectionViewCell.h
- // jitao
- //
- // Created by 罗云飞 on 2018/2/6.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ImmediatelyCollectionViewCell : UICollectionViewCell
- @property(nonatomic,copy)UILabel *immediatelyrelease;
- @property(nonatomic,copy)UIButton *releaserequirementsBT;
- @property(nonatomic,copy)UIButton *releaseresultsBT;
- @end
|