37 lines
1.2 KiB
Objective-C
37 lines
1.2 KiB
Objective-C
//
|
|
// WeCanSDKFramework_objc.h
|
|
// WeCanSDKFramework_objc
|
|
//
|
|
// Created by HellöM on 2018/12/28.
|
|
// Copyright © 2018年 黃紹毓. All rights reserved.
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <WebKit/WebKit.h>
|
|
#import <superSDK/superSDKManager.h>
|
|
#import <superSDK/LoginMainViewController.h>
|
|
#import <superSDK/WeCanNetworkManager.h>
|
|
#import <superSDK/WeCanLoginCenterViewController.h>
|
|
#import <superSDK/AccountLoginViewController.h>
|
|
#import <superSDK/AccountRegisterViewController.h>
|
|
#import <superSDK/WeCanAlertView.h>
|
|
#import <superSDK/UserDefaultsHandler.h>
|
|
#import <superSDK/DGAnimation.h>
|
|
#import <superSDK/GuestBindingViewController.h>
|
|
#import <superSDK/WecanAccountBindInfo.h>
|
|
#import <superSDK/IAPService.h>
|
|
#import <superSDK/IAPModel.h>
|
|
#import <superSDK/AnnouncementVC.h>
|
|
#import <superSDK/LoginHandlerManager.h>
|
|
|
|
//! Project version number for WeCanSDKFramework_objc.
|
|
FOUNDATION_EXPORT double WeCanSDKFramework_objcVersionNumber;
|
|
//! Project version string for WeCanSDKFramework_objc.
|
|
FOUNDATION_EXPORT const unsigned char WeCanSDKFramework_objcVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <WeCanSDKFramework_objc/PublicHeader.h>
|
|
|
|
|