The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
Problem
Top 3 Problems |
@interface StoreViewControllerTest : XCTestCase | |
@end | |
@implementation StoreViewControllerTest { | |
NSManagedObjectContext* _moc; | |
StoreViewController* _storeController; | |
} | |
- (void)setUp { |
The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
Problem
Top 3 Problems |