fjbelchi/clean-iOS-architecture-generator

View on GitHub
Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGenerator/ViewModels/FJBNotificationsViewModel.h

Summary

Maintainability
Test Coverage
#import "FJBNotificationsViewModelProtocol.h"

@interface FJBNotificationsViewModel : NSObject <FJBNotificationsViewModelProtocol>

// -- Properties
@property (nonatomic, strong) NSIndexPath *selectedIndexPath;
@property (nonatomic, weak) id<FJBNotificationsViewModelProtocolDelegate> delegate;

@end