Commit 2fc748a4 authored by 周亮's avatar 周亮

修改类型转换

parent fa0eeb14
...@@ -259,7 +259,8 @@ ...@@ -259,7 +259,8 @@
} }
- (NSInteger)isFirst { - (NSInteger)isFirst {
return objc_getAssociatedObject(self, _cmd); NSNumber *num = objc_getAssociatedObject(self, _cmd);
return [num integerValue];
} }
- (PhobosUpdatePVBlock)updatePVStartBlock { - (PhobosUpdatePVBlock)updatePVStartBlock {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment