genObjcSourceFileName static method

String genObjcSourceFileName(
  1. UniAPIOptions options
)

Implementation

static String genObjcSourceFileName(UniAPIOptions options) {
  return '${_genObjcClassName(options)}.m';
}