16 lines
274 B
Objective-C
16 lines
274 B
Objective-C
//
|
|
// DTShareKit.h
|
|
// DTShareKit
|
|
//
|
|
// Created by 青山 on 15/12/6.
|
|
// Copyright (c) 2015年 Alibaba(China)Technology Co.,Ltd. All rights reserved.
|
|
//
|
|
|
|
#ifndef DTOpenKit_h
|
|
#define DTOpenKit_h
|
|
|
|
#import "DTOpenAPI.h"
|
|
#import "DTOpenAPIObject.h"
|
|
|
|
#endif /* DTOpenKit_h */
|