added quitting an app

This commit is contained in:
Diego Waxemberg
2015-01-01 16:50:10 -05:00
parent 40d6ab91cf
commit 0e2765ad86
5 changed files with 72 additions and 7 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
#import "HttpManager.h"
@implementation App
@synthesize appId, appName, appImage;
@synthesize appId, appName, appImage, isRunning;
@end