blob: 68d5b064bd9b3798af8413cae69c676864fe8ec3 [file] [log] [blame]
name: BlockAnnotationTestLibrary
description: 'Tests block annotations'
language: objc
output:
bindings: 'block_annotation_bindings.dart'
objc-bindings: 'block_annotation_bindings.m'
exclude-all-by-default: true
functions:
include:
- objc_autoreleasePoolPop
- objc_autoreleasePoolPush
objc-interfaces:
include:
- EmptyObject
- BlockAnnotationTest
- NSThread
objc-protocols:
include:
- BlockAnnotationTestProtocol
typedefs:
include:
- EmptyBlock
headers:
entry-points:
- 'block_annotation_test.h'