Skip to content

Instantly share code, notes, and snippets.

@pieterjongsma
Created July 27, 2012 11:37
Show Gist options
  • Save pieterjongsma/3187512 to your computer and use it in GitHub Desktop.
Save pieterjongsma/3187512 to your computer and use it in GitHub Desktop.
Parabolic Fit Test Header
#import <Foundation/Foundation.h>
@interface ParabolicFitTest : NSObject
@property (nonatomic) NSInteger repetitions;
- (void)runBatch;
- (void)runSingle;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment