aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Expose pagination outside the project #26

Open odisei369 opened 5 years ago

odisei369 commented 5 years ago

When using library in my project I was not able to use PageBased pagination class. Problem is that PageBased class declared public, but it is nested inside Pagination struct which is implicitly internal.
To get access to PageBased class I make Pagination struct public.