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

[OFTLSSocket] incorrect "delegate" property type #28

Closed
GunGraveKoga opened this issue May 4, 2016 · 2 comments
Closed

[OFTLSSocket] incorrect "delegate" property type #28

GunGraveKoga opened this issue May 4, 2016 · 2 comments

Comments

@GunGraveKoga
Copy link

GunGraveKoga commented May 4, 2016

In OFTLSSocket.h delegate property declared as @property OF_NULLABLE_PROPERTY (assign) id <OFTLSSocket> delegate; instead @property OF_NULLABLE_PROPERTY (assign) id <OFTLSSocketDelegate> delegate;

@Midar
Copy link
Collaborator

Midar commented May 5, 2016

Thanks for spotting! Fixed!

I edited your bug report to properly show code - without it, it would remove everything between < and >, which made this very confusing :). It would be nice if you could please use the ` sign in the future to mark code.

@Midar Midar closed this as completed May 5, 2016
@GunGraveKoga
Copy link
Author

Thanks, I just I forgot about this behavior of GitHub

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

No branches or pull requests

2 participants