Skip to content

Instantly share code, notes, and snippets.

@rosem
Created October 9, 2015 16:37
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/ba1bccb81845be64a62a to your computer and use it in GitHub Desktop.
Save rosem/ba1bccb81845be64a62a to your computer and use it in GitHub Desktop.
//
// MSSSequenceEngine.h
// tbx_Sensation2
//
// Created by Mike Rose on 4/8/15.
// Copyright (c) 2015 Mike Rose. All rights reserved.
//
#import <Player/Player.h>
@interface MSSSequenceEngine : NSObject <Engine>
@property (strong, nonatomic) MSSUser *user;
@property (strong, nonatomic) MSSItem *currentItem;
@property (strong, nonatomic) NSArray *itemList;
@property (strong, nonatomic, readonly) NSArray *administeredItemList;
- (void)resetItem:(MSSItem *)item;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment