Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. //
  2. // ListSortingViewController.h
  3. // mss-cognition
  4. //
  5. // Created by Mike Rose on 11/22/14.
  6. // Copyright (c) 2014 Northwestern University. All rights reserved.
  7. //
  8.  
  9. #import <Player/MSSInstrumentViewController.h>
  10.  
  11. #import "ListSortingInstructionWithDelayedResponseCell.h"
  12. #import "ListSortingObjectPlaybackCell.h"
  13.  
  14. @interface ListSortingViewController : MSSInstrumentViewController <UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout, ListSortingInstructionWithDelayedResponseCellDelegate, ListSortingObjectPlaybackCellDelegate>
  15.  
  16. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement