Skip to content

Commit

Permalink
[PSPDFKit] Updated to version 4.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jul 12, 2015
1 parent 033d920 commit 033fc85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Xamarin PSPDFKit v4 Bindings
============================

Xamarin.iOS Bindings for PSPDFKit `v4.4.7`
Xamarin.iOS Bindings for PSPDFKit `v4.4.8`

Building PSPDFKit.dll
=====================
Expand Down
5 changes: 1 addition & 4 deletions binding/PSPDFKit/ApiDefinition.cs
Expand Up @@ -9475,7 +9475,7 @@ interface PSPDFAnnotationGroupItem {
}

[BaseType (typeof (NSObject))]
interface PSPDFModel {
interface PSPDFModel : INSCopying, INSCoding {

[Static]
[Export ("modelWithDictionary:error:")]
Expand Down Expand Up @@ -9508,9 +9508,6 @@ interface PSPDFModel {

[Export ("mergeValuesForKeysFromModel:")]
void MergeValuesForKeysFromModel (PSPDFModel model);

[Export ("validate:")]
bool Validate (out NSError error);
}

[BaseType (typeof (PSPDFDocumentSharingCoordinator))]
Expand Down
Binary file modified binding/PSPDFKit/PSPDFKit
Binary file not shown.

0 comments on commit 033fc85

Please sign in to comment.