blob: 92d2ef7ba248103a3968a0134f7e1a3dd9b1687c [file] [edit]
name: PropertyTestObjCLibrary
description: 'Tests calling Objective-C properties i.e. getters and setters'
language: objc
output: 'property_bindings.dart'
exclude-all-by-default: true
objc-interfaces:
include:
- PropertyInterface
headers:
entry-points:
- 'property_test.h'