Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. self.matrix = [@[
  2. [@[@(1), @(1), @(1), @(1), @(1), @(1), @(1), @(1), @(1)] mutableCopy],
  3. [@[@(1), @(0), @(0), @(0), @(1), @(0), @(0), @(0), @(1)] mutableCopy],
  4. [@[@(1), @(0), @(0), @(0), @(1), @(0), @(0), @(0), @(1)] mutableCopy],
  5. [@[@(1), @(0), @(0), @(1), @(0), @(0), @(0), @(0), @(1)] mutableCopy],
  6. [@[@(1), @(1), @(1), @(0), @(0), @(0), @(1), @(1), @(1)] mutableCopy],
  7. [@[@(1), @(0), @(0), @(0), @(0), @(1), @(0), @(0), @(1)] mutableCopy],
  8. [@[@(1), @(0), @(0), @(0), @(1), @(0), @(0), @(0), @(1)] mutableCopy],
  9. [@[@(1), @(0), @(0), @(0), @(1), @(0), @(0), @(0), @(1)] mutableCopy],
  10. [@[@(1), @(1), @(1), @(1), @(1), @(1), @(1), @(1), @(1)] mutableCopy]] mutableCopy];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement