Skip to content

Commit

Permalink
update APIDiffs
Browse files Browse the repository at this point in the history
  • Loading branch information
HeraShowFeng committed Aug 24, 2017
1 parent c85f462 commit 5a7b807
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions APIDiffs/api-diffs-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,32 @@ PLShortVideoRecorder.h
- *Added* class `PLSGifComposer`


```
PLSEditorPlayer.h
```

- *Added* + (PLSEditPlayer *_Nullable)audioPlayer;


```
PLSFilter.h
```

- *Added* @property (strong, nonatomic) NSString *colorImagePath;
- *Added* - (instancetype)init;


```
PLSTypeDefines.h
```

- *Added* typedef NS_ENUM(NSInteger, PLSPreviewOrientation) {
PLSPreviewOrientationPortrait = 1,
PLSPreviewOrientationPortraitUpsideDown = 2,
PLSPreviewOrientationLandscapeRight = 3,
PLSPreviewOrientationLandscapeLeft = 4,
};




Expand Down

0 comments on commit 5a7b807

Please sign in to comment.