# WHStoryMaker
**Repository Path**: cwwei_admin/WHStoryMaker
## Basic Information
- **Project Name**: WHStoryMaker
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-02-25
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## WHStoryMaker接入说明:
#### 1.引用头文件
```objective-c
#import "WHStoryMakerHeader.h"
```
#### 2.初始化
```objective-c
StoryMakeImageEditorViewController *storyMakerVc = [[StoryMakeImageEditorViewController alloc] initWithImage:image];
[self presentViewController:storyMakerVc animated:YES completion:nil];
```
在初始化的时候传入 **Image**。
## License
WHStoryMaker is released under the MIT license. See LICENSE for details.