X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseBtn.h;h=2597b2d596fb5e92576f2c182527226e540e28ba;hp=e8d80137cdc33363bc21d2f10f3898bb6301e41b;hb=e2a4d830dd9817f6a515a3b1b6aa152d3bb98c2b;hpb=16a7c0a04bd05f4012d5a97a53520802969cfc86 diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h index e8d8013..2597b2d 100644 --- a/TargetMouseBtn.h +++ b/TargetMouseBtn.h @@ -3,13 +3,12 @@ // Enjoy // // Created by Yifeng Huang on 7/27/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Target.h" @interface TargetMouseBtn : Target -@property (assign) CGMouseButton button; +@property (nonatomic, assign) CGMouseButton button; @end