SwiftKickMobile / TLIndexPathTools

TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views.
tlindexpathtools.com
MIT License
347 stars 60 forks source link

Fix Documentation Names to Stop Xcode Warnings #71

Closed hyerra closed 7 years ago

hyerra commented 7 years ago

There were a couple issues with the Documentation Names and implementation raising the -Wdocumentation compiler flag. This pull request fixes the issue and prevents those warnings.

wtmoose commented 7 years ago

Thanks for the fix.

hyerra commented 7 years ago

No problem!