feat: 税务APP的可信插件
This commit is contained in:
22
Libs/CredibleAuthSDK.framework/Headers/YYModel.h
Normal file
22
Libs/CredibleAuthSDK.framework/Headers/YYModel.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// YYModel.h
|
||||
// YYModel <https://github.com/ibireme/YYModel>
|
||||
//
|
||||
// Created by ibireme on 15/5/10.
|
||||
// Copyright (c) 2015 ibireme.
|
||||
//
|
||||
// This source code is licensed under the MIT-style license found in the
|
||||
// LICENSE file in the root directory of this source tree.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if __has_include(<YYModel/YYModel.h>)
|
||||
FOUNDATION_EXPORT double YYModelVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char YYModelVersionString[];
|
||||
#import <YYModel/NSObject+YYModel.h>
|
||||
#import <YYModel/YYClassInfo.h>
|
||||
#else
|
||||
#import "NSObject+YYModel.h"
|
||||
#import "YYClassInfo.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user