Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #import "PBWISzafa.h"
  2.  
  3. @interface Klasa : NSObject{
  4. @private NSString * d;
  5. }
  6. @property(strong) NSString * d;
  7. @end
  8.  
  9. @implementation PBWISzafa
  10. @synthesize iledrzwi = _ilosc_drzwi;
  11.  
  12.  
  13. /*-(id) initWithParams: (int)i_d{
  14. self = [super init];
  15. if (self) {
  16. _ilosc_drzwi = i_d;
  17.  
  18. }
  19. return self;
  20. }
  21. -(NSString *) opisZasobu {
  22. return [NSString stringWithFormat:@"Szafa o kolorze: %@", self.kolor];
  23. }
  24.  
  25. */
  26. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement