More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / Target.h
index 93b181f..df3535b 100644 (file)
--- a/Target.h
+++ b/Target.h
@@ -10,9 +10,9 @@
 
 @interface Target : NSObject
 
 
 @interface Target : NSObject
 
-@property (assign) float magnitude;
-@property (assign) BOOL running;
-@property (readonly) BOOL isContinuous;
+@property (nonatomic, assign) float magnitude;
+@property (nonatomic, assign) BOOL running;
+@property (nonatomic, readonly) BOOL isContinuous;
 
 - (void)trigger;
 - (void)untrigger;
 
 - (void)trigger;
 - (void)untrigger;