Skip to content

Instantly share code, notes, and snippets.

@xieweiAlex
Created February 24, 2019 23:17
Show Gist options
  • Save xieweiAlex/842a3549d9ae5e324b651a0bb5a1168f to your computer and use it in GitHub Desktop.
Save xieweiAlex/842a3549d9ae5e324b651a0bb5a1168f to your computer and use it in GitHub Desktop.
IDE ignore specific warning
#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