UIApplication+YOHO.h
335 Bytes
//
// UIApplication+YOHO.h
// YH_Mall
//
// Created by Haizi on 16/5/30.
// Copyright © 2016年 YOHO. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIApplication (YOHO)
- (void)registerRemoteNotification;
- (void)clearNotificationMark;
- (BOOL)enabledRemoteNotification;
- (void)openAppSystemSettingPage;
@end