None.h 101 B

123456
  1. #import <Foundation/Foundation.h>
  2. #import "Option.h"
  3. @interface None : Option
  4. + (Option *)none;
  5. @end