Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6171109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:09:28+00:00 2026-05-23T23:09:28+00:00

I have a protocol that is defined like this: @protocol Container – (BOOL)putStuff: (Stuff

  • 0

I have a protocol that is defined like this:

@protocol Container

- (BOOL)putStuff: (Stuff *) theStuff;

@end

and class with following declaration:

@interface Stuff : NSObject {

}

@property(readwrite,nonatomic,retain) NSObject <Container> * containerHoldingMe;

@end

and I get an error on putStuff declaration — “Expected a type”. If I change the argument of the method to NSObject, however, it compiles OK — so, I think that Objective C just doesn’t allow loop dependence.

In real classes that I’m working at I want to implement two- However, how do I implement such logic without it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:09:29+00:00Added an answer on May 23, 2026 at 11:09 pm

    By the time the compiler evaluates your Container protocol, it does not know about your Stuff class. You can let the compiler know about your Stuff class with a forward declaration:

    @class Stuff;
    
    @protocol Container
    
    - (BOOL)putStuff: (Stuff *) theStuff;
    
    @end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have defined a protocol like this: @protocol RSSItemParserDelegate <NSObject> - (void)RSSItemParser:(RSSItemParser *)parser didEndParsingSuccesfully:(BOOL)success;
I have a class that inherits from defaultdict like this: class listdict(defaultdict): def __init__(self):
I have defined a protocol that all my plug-ins must implement. I would also
I have a connection protocol that has been defined by our customer. Data are
After setting up the following protocol, I have noticed that I am getting a
Suppose I have a parent class that implements a protocol: @interface GameViewController : UIViewController<GamePrizeDelegate>
I have a protocol that requires a length field up to 32-bits, and it
I have a defined a custom error domain that I want to publish in
I have below a code that will plot a sphere, it's proportions are defined
I have the UIApplicationDelegate protocol in my main AppDelegate.m class, with the applicationDidBecomeActive method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.