I’m getting error when synthesizing variable ‘@synthesize property must be in implementation context’ and for method ‘Method definition not in @implementation context’
how should i resolve it?
Thank you
I’m getting error when synthesizing variable ‘@synthesize property must be in implementation context’ and
Share
Put all your class method and
@synthesizevariable between@implementationand@endin your .m (implementation) file .