Skip to content

Instantly share code, notes, and snippets.

@rosem
Created October 9, 2015 16:40
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/1a4d2afa62d27679d6eb to your computer and use it in GitHub Desktop.
Save rosem/1a4d2afa62d27679d6eb to your computer and use it in GitHub Desktop.
//
// MSSGatedSequenceEngine.h
// tbx_Sensation2
//
// Created by Mike Rose on 7/6/15.
// Copyright (c) 2015 Mike Rose. All rights reserved.
//
#import "MSSSequenceEngine.h"
extern NSString * const GatedSequenceEngineParameterCriteriaKey;
extern NSString * const GatedSequenceEngineParameterThresholdKey;
@interface MSSGatedSequenceEngine : MSSSequenceEngine
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment