Files
GitHawk/Pods/Target Support Files/FlatCache/FlatCache.modulemap
Ryan Nystrom 5bae4ba89d [WIP] Add FlatCache lib and use for Notifications (#632)
* init FlatCache lib

* tests for all other cases

* install flatcache to freeitme project, move VM creation into client

* refactor and split up inbox design

* fixup flatcache pod
2017-10-22 00:08:42 -04:00

7 lines
108 B
Plaintext

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