Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fixes issue introduced by renaming an Xcode template file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kitchen committed Dec 16, 2014
1 parent 0e02830 commit adbcea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit/SpecHelper/Stubs/UIView+StubbedGestureRecognizers.m
@@ -1,7 +1,7 @@
#import "UIView+StubbedGestureRecognizers.h"
#import "UIGestureRecognizer+Spec.h"

@implementation TouchView
@implementation UIView (StubbedGestureRecognizers)

#pragma mark - UIGestureRecognizer helpers

Expand Down

0 comments on commit adbcea0

Please sign in to comment.