Guest User

Untitled

a guest
Feb 21st, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. f((otherAnnotation.rect.size.width == annotation.rect.size.width) &&
  2. (otherAnnotation.rect.size.height == annotation.rect.size.height) &&
  3. (otherAnnotation.rect.origin.x == annotation.rect.origin.x) &&
  4. (otherAnnotation.rect.origin.y == annotation.rect.origin.y)) {
Add Comment
Please, Sign In to add comment