Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the set representation option method that used va_list param… #541

Merged
merged 1 commit into from Jun 13, 2018

Conversation

jdizoglio
Copy link
Contributor

…eters to support the swift bridge, changing the method to an NSSet parameter. For consitentcy we should follow up migrating the objc set represetation option method as well.

@boxcla
Copy link

boxcla commented Jun 13, 2018

Verified that @jdizoglio has signed the CLA. Thanks for the pull request!

@@ -86,6 +86,8 @@ typedef NS_OPTIONS(NSUInteger, BOXRepresentationRequestOptions) {

- (void)setRepresentationRequestOptions:(BOXRepresentationRequestOptions)representationOptions args:(va_list)args;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the header of the replaced method?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it was a miss. good catch

…eters to support the swift bridge, changing the method to an NSSet parameter. For consitentcy we should follow up migrating the objc set represetation option method as well.
@jdizoglio jdizoglio merged commit f197844 into master Jun 13, 2018
@jdizoglio jdizoglio deleted the IOS-15880 branch June 13, 2018 07:55
jdizoglio added a commit that referenced this pull request Jun 13, 2018
…eters to support the swift bridge, changing the method to an NSSet parameter. For consitentcy we should follow up migrating the objc set represetation option method as well. (#541)
jdizoglio added a commit that referenced this pull request Jun 13, 2018
…eters to support the swift bridge, changing the method to an NSSet parameter. For consitentcy we should follow up migrating the objc set represetation option method as well. (#541) (#542)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants