mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-06 22:39:46 +08:00
make sure we import classes from the core rubymotion package (since we could be subclassing one of them)
This commit is contained in:
@@ -339,6 +339,7 @@ EOS
|
||||
java_file_txt << <<EOS
|
||||
// This file has been generated automatically. Do not edit.
|
||||
package #{App.config.package};
|
||||
import com.rubymotion.*;
|
||||
EOS
|
||||
java_file_txt << "public class #{name} extends #{klass_super}"
|
||||
if klass[:interfaces].size > 0
|
||||
|
||||
Reference in New Issue
Block a user