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"
|
||||
|
||||
@implementation MSNotificationHubMessage {
|
||||
@private
|
||||
NSString *_title;
|
||||
NSString *_body;
|
||||
NSDictionary *_userInfo;
|
||||
}
|
||||
@implementation MSNotificationHubMessage
|
||||
|
||||
- (instancetype)initWithUserInfo:(NSDictionary *)userInfo {
|
||||
if ((self = [super init]) != nil) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче