Mercurial > hg > soniczoomios
comparison Question.h @ 27:ae4d2c3ce5e0
Details. Zoom trailing finger move sorted. Qs rephrased.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 13 Feb 2013 17:03:56 +0000 |
parents | a4908ad8c78e |
children |
comparison
equal
deleted
inserted
replaced
26:2e1fdac115af | 27:ae4d2c3ce5e0 |
---|---|
3 // sonicZoom | 3 // sonicZoom |
4 // | 4 // |
5 // Created by Robert Tubb on 21/01/2013. | 5 // Created by Robert Tubb on 21/01/2013. |
6 // | 6 // |
7 // included by Qviewcont | 7 // included by Qviewcont |
8 #define NUM_CHOICES 5 | |
8 | 9 |
9 #import <Foundation/Foundation.h> | 10 #import <Foundation/Foundation.h> |
10 typedef enum QuestionType{AGREE_DISAGREE, SLIDERS_ZOOMER} QuestionType; | 11 typedef enum QuestionType{AGREE_DISAGREE, SLIDERS_ZOOMER} QuestionType; |
11 | 12 |
12 @interface Question : NSObject | 13 @interface Question : NSObject |