Apparently, your class “Format” is involved in the problem. Check your declaration of this class, especially if you did it inside another class you probably forgot the @implementation or something similar.
Apparently, your class “Format” is involved in the problem. Check your declaration of this class, especially if you did it inside another class you probably forgot the @implementation or something similar.