Convert to ARC

This commit is contained in:
Andreas Linde
2012-10-23 16:22:23 +02:00
parent dfcc124f1c
commit a14fa23f28
36 changed files with 171 additions and 355 deletions

View File

@@ -56,10 +56,10 @@
- (id)initWithPadding:(CGPoint)padding;
// action delegate
@property (nonatomic, assign) id<BITStoreButtonDelegate> buttonDelegate;
@property (nonatomic, weak) id<BITStoreButtonDelegate> buttonDelegate;
// change the button layer
@property (nonatomic, retain) BITStoreButtonData *buttonData;
@property (nonatomic, strong) BITStoreButtonData *buttonData;
- (void)setButtonData:(BITStoreButtonData *)aButtonData animated:(BOOL)animated;
// align helper