Skip to content

Instantly share code, notes, and snippets.

@rosem
Created February 4, 2015 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosem/b15ce3d22532c1ece7c3 to your computer and use it in GitHub Desktop.
Save rosem/b15ce3d22532c1ece7c3 to your computer and use it in GitHub Desktop.
//
// ListSortingViewController.h
// mss-cognition
//
// Created by Mike Rose on 11/22/14.
// Copyright (c) 2014 Northwestern University. All rights reserved.
//
#import <Player/MSSInstrumentViewController.h>
#import "ListSortingInstructionWithDelayedResponseCell.h"
#import "ListSortingObjectPlaybackCell.h"
@interface ListSortingViewController : MSSInstrumentViewController <UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout, ListSortingInstructionWithDelayedResponseCellDelegate, ListSortingObjectPlaybackCellDelegate>
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment