6 lines
108 B
Text
6 lines
108 B
Text
framework module GithubAPI {
|
|
umbrella header "GithubAPI-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|