Skip to content

Commit

Permalink
fix issue swift complier error Tencent#581
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwuzhao committed May 7, 2019
1 parent c5a9bc1 commit 56eb363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMUIKit/QMUICore/QMUILab.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static char kAssociatedObjectKey_##_getterName;\
\
- (_type)_getterName {\
return [((NSNumber *)objc_getAssociatedObject(self, &kAssociatedObjectKey_##_getterName)) valueGetter];\
}
}\
_Pragma("clang diagnostic pop")


Expand Down

0 comments on commit 56eb363

Please sign in to comment.