GiGaMaskTime/GIGA/Common/JXTAlertManager/JXTAlertManagerHeader.h

21 lines
661 B
Objective-C
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// JXTAlertManagerHeader.h
// JXTAlertManagerDemo
//
// Created by JXT on 2016/12/22.
// Copyright © 2016年 JXT. All rights reserved.
//
#ifndef JXTAlertManagerHeader_h
#define JXTAlertManagerHeader_h
#import "JXTAlertView.h"
//以下适配只做提示用实际使用如果要适配iOS7对应方法还是需要自行适配
//不然的话可能因为这个宏导致bug因为新版xcode编译对应方法是可以使用的因为xcode的API存在但是实际在对应系统上可能就崩溃了
#ifdef NSFoundationVersionNumber_iOS_8_0
#import "JXTAlertController.h"
#endif
#endif /* JXTAlertManagerHeader_h */