Skip to content

Instantly share code, notes, and snippets.

@amichnia
Created February 16, 2019 13:56
Show Gist options
  • Save amichnia/5215367e086d5be54eae305ea7fd50a2 to your computer and use it in GitHub Desktop.
Save amichnia/5215367e086d5be54eae305ea7fd50a2 to your computer and use it in GitHub Desktop.
// MyPublicClass.swift
import MyFramework.Private // Required to see "private" header
public class MyPublicClass {
private let privateClass: MyPrivateClass
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment