

Nextrek
@ 66
Nextrek / iOS / StoryBoard_new / StoryBoard / DataModel / SceneObject.h
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_new/StoryBoard/DataModel/SceneObject.h
Revision | Author | Commited | Message |
---|---|---|---|
66 |
![]() |
Thu 23 Jan, 2014 14:25:24 +0000 | Storyboards: |