Using Class Outline, you can automatically insert method declarations for the interfaces that your class implements.
To add declarations for interface methods
Class Outline adds a declaration for each method in the interface. You can then define your implementation.