Manos Chorianopoulos

test code for push notifications

......@@ -42,6 +42,10 @@
NSUInteger _badge;
NSString *_alert;
NSString *_sound;
// Test code for push
// NSString *_category;
// NSInteger _mutable_content;
}
/*!
@property badge
......
......@@ -32,6 +32,10 @@
@synthesize alert = _alert;
@synthesize sound = _sound;
// Test code for push
// @synthesize category = _category;
// @synthesize mutable_content = _mutable_content;
#pragma mark - Initialization
///////////////////////////////////////////////////////////////////////////////
- (id)initWithAttributes:(NSDictionary *)attributes
......