Guest User

Untitled

a guest
May 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. try {
  2. objj_importFile(path, true, function() {
  3.  
  4. [progress_window close];
  5.  
  6. var new_object = [[CPClassFromString(className) alloc] init];
  7. callback(new_object);
  8.  
  9. });
  10.  
  11. }
  12. catch ( e) {
  13. alert("BUG");
  14. }
  15. finally
  16. {
  17. }
Add Comment
Please, Sign In to add comment