Manos Chorianopoulos

test code for push notifications

...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
42 NSUInteger _badge; 42 NSUInteger _badge;
43 NSString *_alert; 43 NSString *_alert;
44 NSString *_sound; 44 NSString *_sound;
45 +
46 + // Test code for push
47 + // NSString *_category;
48 + // NSInteger _mutable_content;
45 } 49 }
46 /*! 50 /*!
47 @property badge 51 @property badge
......
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
32 @synthesize alert = _alert; 32 @synthesize alert = _alert;
33 @synthesize sound = _sound; 33 @synthesize sound = _sound;
34 34
35 +// Test code for push
36 +// @synthesize category = _category;
37 +// @synthesize mutable_content = _mutable_content;
38 +
35 #pragma mark - Initialization 39 #pragma mark - Initialization
36 /////////////////////////////////////////////////////////////////////////////// 40 ///////////////////////////////////////////////////////////////////////////////
37 - (id)initWithAttributes:(NSDictionary *)attributes 41 - (id)initWithAttributes:(NSDictionary *)attributes
......