Removing iVars again in favor of properties (#106)
* Moving from ivars to properties * Updating formatting * Remove ivar from message
This commit is contained in:
Родитель
313ee6613a
Коммит
252d5aff4f
|
@ -4,12 +4,7 @@
|
||||||
|
|
||||||
#import "MSNotificationHubMessage.h"
|
#import "MSNotificationHubMessage.h"
|
||||||
|
|
||||||
@implementation MSNotificationHubMessage {
|
@implementation MSNotificationHubMessage
|
||||||
@private
|
|
||||||
NSString *_title;
|
|
||||||
NSString *_body;
|
|
||||||
NSDictionary *_userInfo;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (instancetype)initWithUserInfo:(NSDictionary *)userInfo {
|
- (instancetype)initWithUserInfo:(NSDictionary *)userInfo {
|
||||||
if ((self = [super init]) != nil) {
|
if ((self = [super init]) != nil) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче