Files
braintree-ios-drop-in/BraintreeUIKit/Components/BTUIKCollectionReusableView.h
2016-09-23 10:31:01 -05:00

8 lines
144 B
Objective-C

#import <UIKit/UIKit.h>
@interface BTUIKCollectionReusableView : UICollectionReusableView
@property (nonatomic, strong) UILabel* label;
@end