mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Convert to ARC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user