mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
5fc8ac7fd1
Swift SVN r20490
7 lines
102 B
Swift
7 lines
102 B
Swift
import AppKit
|
|
|
|
public class MyObjectFactorySub : NSObjectFactorySub {
|
|
public override init() { }
|
|
}
|
|
|