Interface Clase Basica


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // Interface Clases Basicas
  2.  
  3. @interface Clientes : NSObject{
  4.  
  5.  
  6. @end
  7.  
  8. #import "Clientes.h"
  9.  
  10. @implementation Clientes
  11.  
  12. @end

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.