

Nextrek
@ 69
Nextrek / iOS / StoryBoard / StoryBoard / DataModel / SceneButton.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 |
// // SceneButton.h // StoryBoard // // Created by Fabrizio on 03/06/13. // Copyright (c) 2013 Odyssey. All rights reserved. // #import <Foundation/Foundation.h> @interface SceneButton : NSObject /* "buttonImage": "button.png", "targetId": "2", "buttonText": "Ti Nascondi Sotto il letto", "buttonPreCond": "", "buttonPostCond": "" */ @property (nonatomic, strong) NSString *image; @property (nonatomic, strong) NSString *targetId; @property (nonatomic, strong) NSString *text; @property (nonatomic, strong) NSString *preCond; @property (nonatomic, strong) NSString *postCond; @end |
Commits for Nextrek/iOS/StoryBoard/StoryBoard/DataModel/SceneButton.h
Revision | Author | Commited | Message |
---|---|---|---|
69 |
![]() |
Thu 23 Jan, 2014 14:40:00 +0000 | Storyboard real |