Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
corrections
Source Link
Watsche
  • 438
  • 2
  • 14

global variable after @implementation:

@implementaion blabla

int myInt = 10;

But at this way the number of your instance will be limited by 1. If you need only one instance, you can use and enjoyit that way.

global variable after @implementation:

@implementaion blabla

int myInt = 10;

use and enjoy.

global variable after @implementation:

@implementaion blabla

int myInt = 10;

But at this way the number of your instance will be limited by 1. If you need only one instance, you can use it that way.

Source Link
Watsche
  • 438
  • 2
  • 14

global variable after @implementation:

@implementaion blabla

int myInt = 10;

use and enjoy.