Skip to content

Commit

Permalink
Merge pull request Tencent#582 from iMinder/master
Browse files Browse the repository at this point in the history
Fixed Tencent#581 `QMUISynthesize` 系列宏编写错误导致 Swift 编译错误
  • Loading branch information
MoLice authored May 7, 2019
2 parents 7a0dc24 + 56eb363 commit e58eebe
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 e58eebe

Please sign in to comment.