Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. NSArray *files = [AMYSTERY];
  2. for (file in files)
  3. {
  4.  
  5. if ([[file pathExtension] isEqualToString:@"jpg"])
  6. return NSDragOperationCopy
  7. else
  8. return NSDragOperationNone
  9.  
  10. }
Add Comment
Please, Sign In to add comment