mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-30 04:07:44 +08:00
* Move SwipeCellKit & SlackTextViewController to Local Pods directory * Move playgrounds to own folder * Create podspec for MMMarkdown and move to Local Pods
27 lines
561 B
Objective-C
27 lines
561 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import "MMDocument.h"
|
|
#import "MMDocument_Private.h"
|
|
#import "MMElement.h"
|
|
#import "MMGenerator.h"
|
|
#import "MMHTMLParser.h"
|
|
#import "MMMarkdown.h"
|
|
#import "MMMarkdownExtensions.h"
|
|
#import "MMParser.h"
|
|
#import "MMScanner.h"
|
|
#import "MMSpanParser.h"
|
|
|
|
FOUNDATION_EXPORT double MMMarkdownVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char MMMarkdownVersionString[];
|
|
|