Skip to content

Commit

Permalink
Refactored some to enable certain behavior in sub classes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Oct 20, 2013
1 parent d1a0101 commit 3ed91b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Views/MKTouchTrackingView/MKTouchTrackingAnimationView.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@

#import "MKTouchTrackingAnimationView.h"

@interface MKTouchTrackingAnimationView ()

@end
@implementation MKTouchTrackingAnimationView

- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self) {
// Initialization code

}
return self;
}
Expand Down

0 comments on commit 3ed91b2

Please sign in to comment.