Created
February 24, 2019 23:17
-
-
Save xieweiAlex/842a3549d9ae5e324b651a0bb5a1168f to your computer and use it in GitHub Desktop.
IDE ignore specific warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma clang diagnostic push | |
#pragma ide diagnostic ignored "OverriddenTypeMismatch" | |
@property (nonatomic, strong) UIView <xxxx> *view; | |
#pragma clang diagnostic pop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment