Use a better property name in update view for the title texts

This commit is contained in:
Andreas Linde
2013-02-07 16:46:08 +01:00
parent 7fd08e5ddc
commit e0d17bdbed
3 changed files with 12 additions and 12 deletions

View File

@@ -33,8 +33,8 @@
@interface BITAppStoreHeader : UIView
@property (nonatomic, copy) NSString *headerLabel;
@property (nonatomic, copy) NSString *subHeaderLabel;
@property (nonatomic, copy) NSString *headerText;
@property (nonatomic, copy) NSString *subHeaderText;
@property (nonatomic, strong) UIImage *iconImage;
@end