BTUIKExpiryInputCollectionViewCell.h 173 B

123456789
  1. #import <UIKit/UIKit.h>
  2. @interface BTUIKExpiryInputCollectionViewCell : UICollectionViewCell
  3. @property (nonatomic, strong) UILabel *label;
  4. - (NSInteger)getInteger;
  5. @end