Files
GitHawk/Pods/Target Support Files/Pageboy/Pageboy.modulemap
Ryan Nystrom 6912f7617f Repo paging control (#336)
* WIP paging control on repos

* paging working but inset still broken

* remove old repo VC and replace with paging
2017-09-22 18:12:05 -04:00

7 lines
104 B
Plaintext

framework module Pageboy {
umbrella header "Pageboy-umbrella.h"
export *
module * { export * }
}