package com.dacrt.SBIABackend.dto;

public class AppstrategyHeaderDto {
	private String title;

	public AppstrategyHeaderDto() {
		super();
	}

	public AppstrategyHeaderDto(String title) {
		super();
		this.title = title;
	}

	public String getTitle() {
		return title;
	}

	public void setTitle(String title) {
		this.title = title;
	}
	
	
}
