Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Changes iOS Bindings for the BarcodeResult
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Mar 23, 2021
1 parent f92801d commit 3efb839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ interface ALBarcodeResult
*/
// @property (nonatomic, strong) NSArray<ALBarcode *> * _Nonnull result;
[Export ("result", ArgumentSemantic.Strong)]
NSObject Result { get; set; }
ALBarcode[] Result { get; set; }
}

// @interface ALBarcode : NSObject
Expand Down

0 comments on commit 3efb839

Please sign in to comment.