tw20876.pp 171 B

1234567891011121314151617181920
  1. { %norun }
  2. unit tw20876;
  3. {$mode delphi}
  4. {$modeswitch objectivec1}
  5. interface
  6. uses
  7. CocoaAll;
  8. type
  9. arecord = record
  10. astr: NSString;
  11. end;
  12. implementation
  13. end.