projects
/
enjoyable.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Re-import exported files.
[enjoyable.git]
/
TargetMouseScroll.h
1
//
2
// TargetMouseScroll.h
3
// Enjoy
4
//
5
// Created by Yifeng Huang on 7/28/12.
6
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
7
//
8
9
#import
"Target.h"
10
11
@interface TargetMouseScroll
:
Target
12
13
@
property
(
assign
)
int
amount
;
14
15
@end