Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update MKInfoBundle/MKInfoPanel.h
Browse files Browse the repository at this point in the history
Made it compatible with ARC
  • Loading branch information
ericreber committed Aug 12, 2012
1 parent 1661c3b commit 257f0b8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions MKInfoBundle/MKInfoPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,7 @@ typedef enum {
MKInfoPanelTypeError
} MKInfoPanelType;

@interface MKInfoPanel : UIView {

UILabel *_titleLabel;
UILabel *_detailLabel;

UIImageView *_thumbImage;
UIImageView *_backgroundGradient;

SEL _onTouched;

id _delegate;
SEL _onFinished;

MKInfoPanelType type_;
}
@interface MKInfoPanel : UIView

@property (nonatomic, assign) IBOutlet UILabel *titleLabel;
@property (nonatomic, assign) IBOutlet UILabel *detailLabel;
Expand Down

0 comments on commit 257f0b8

Please sign in to comment.