Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//
//  SceneObject.h
//  StoryBoard
//
//  Created by Fabrizio on 20/06/13.
//  Copyright (c) 2013 Odyssey. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface SceneObject : NSObject

/*
 var advObjects = {
    "1" : {
        "name" : "bottone" ,
        "description" : undefined ,
        "img" : "Jon.jpg" ,
        "had" : false
    }
 };
 */

@property (nonatomic, strong) NSString *image;

//JON GLEEN
@property (assign) BOOL boolValue;


//DIMENSIONE PARALLELA
@property (assign) BOOL eventoCellValue;
@property (assign) BOOL eventoLettoValue;
@property (assign) BOOL eventoArmValue;
@property (assign) BOOL eventoScrivValue;
@property (assign) BOOL eventoDiarletValue;
@property (assign) BOOL eventoLitigioValue;
@property (assign) BOOL eventoLampValue;
@property (assign) BOOL eventoBigliettoValue;

@property (assign) BOOL oggettoFotoValue;
@property (assign) BOOL oggettoDiarValue;
@property (assign) BOOL oggettoBigliettoValue;

@end

Commits for Nextrek/iOS/StoryBoard/StoryBoard/DataModel/SceneObject.h

Diff revisions: vs.
Revision Author Commited Message
69 FAquili picture FAquili Thu 23 Jan, 2014 14:40:00 +0000

Storyboard real