Guest User

Untitled

a guest
May 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. @implementation MBColorWellToolbarItem : CPToolbarItem
  2. - (id)copy
  3. {
  4. var copy = [super copy]
  5. [[copy view] setDelegate:[[self view] delegate]];
  6. }
  7. @end
Add Comment
Please, Sign In to add comment