//
|
// DHNotificationKey.m
|
// DHBaseModule
|
//
|
// Created by 安森 on 2018/9/3.
|
// Copyright © 2018年 jm. All rights reserved.
|
//
|
|
#import "DHNotificationKey.h"
|
|
@implementation DHNotificationKey
|
|
+ (NSString *)deviceChange
|
{
|
return @"DHNotificationKey.deviceChange";
|
}
|
|
+ (NSString *)defenceInfoChange
|
{
|
return @"DHNotificationKey.defenceInfoChange";
|
}
|
|
@end
|