mirror of
https://github.com/zhigang1992/braintree-ios-drop-in.git
synced 2026-01-12 17:12:48 +08:00
8 lines
144 B
Objective-C
8 lines
144 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface BTUIKCollectionReusableView : UICollectionReusableView
|
|
|
|
@property (nonatomic, strong) UILabel* label;
|
|
|
|
@end
|