Skip to content

Commit

Permalink
Correct improper import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielamitay committed Mar 31, 2013
1 parent ab049db commit 4aa822b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DAAutoScroll/DAAutoScroll.m
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2013 Daniel Amitay. All rights reserved.
//

#import "UIScrollView+DA.h"
#import "DAAutoScroll.h"

static CGFloat UIScrollViewDefaultScrollPointsPerSecond = 15.0f;
static char UIScrollViewScrollPointsPerSecondNumber;
Expand Down
Binary file modified DAAutoScrollExample/.DS_Store
Binary file not shown.
Binary file not shown.

0 comments on commit 4aa822b

Please sign in to comment.