You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
378 B
16 lines
378 B
//
|
|
// DTFIdentityPublicApi.h
|
|
// DTFIdentityManager
|
|
//
|
|
// Created by richard on 22/11/2017.
|
|
// Copyright © 2017 DTF. All rights reserved.
|
|
//
|
|
|
|
#ifndef DTFIdentityPublicApi_h
|
|
#define DTFIdentityPublicApi_h
|
|
|
|
#import <DTFIdentityManager/DTFIdentityManager.h>
|
|
#import <DTFIdentityManager/DTFSdk.h>
|
|
#import <DTFIdentityManager/DTFConstant.h>
|
|
|
|
#endif /* DTFIdentityPublicApi_h */
|